Home
last modified time | relevance | path

Searched refs:SEFF0EBX_SMAP (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/sys/arch/i386/i386/
Dtrap.c256 if (curcpu()->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) { in trap()
534 if (curcpu()->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) { in syscall()
Ddb_trace.c134 if (curcpu()->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) { in db_stack_trace_print()
Dcpu.c415 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) in cpu_init()
Dmachdep.c998 { SEFF0EBX_SMAP, "SMAP" },
2044 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) in identifycpu()
/openbsd/src/sys/arch/i386/include/
Dspecialreg.h176 #define SEFF0EBX_SMAP 0x00100000 /* Supervisor mode access prevent */ macro
/openbsd/src/sys/arch/amd64/amd64/
Dtrap.c500 if (curcpu()->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) { in verify_smap()
Dcpu.c279 if (!cpu_meltdown && (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMAP)) { in replacemeltdown()
788 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) in cpu_init()
Didentcpu.c742 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) in identifycpu()
/openbsd/src/sys/arch/amd64/include/
Dspecialreg.h236 #define SEFF0EBX_SMAP 0x00100000 /* Supervisor mode access prevent */ macro