Home
last modified time | relevance | path

Searched refs:CR4_SMEP (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/arch/i386/i386/
H A Ddb_trace.c106 unsigned int cr4save = CR4_SMEP|CR4_SMAP; in db_stack_trace_print()
H A Dcpu.c414 cr4 |= CR4_SMEP; in cpu_init()
/openbsd/sys/arch/amd64/amd64/
H A Ddb_trace.c94 unsigned int cr4save = CR4_SMEP|CR4_SMAP; in db_stack_trace_print()
H A Dcpu.c787 cr4 |= CR4_SMEP; in cpu_init()
H A Dvmm_machdep.c7950 { CR4_SMEP, "SMEP ", "smep "}, in vmm_decode_cr4()
/openbsd/sys/arch/i386/include/
H A Dspecialreg.h81 #define CR4_SMEP 0x00100000 /* supervisor mode exec protection */ macro
/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h86 #define CR4_SMEP 0x00100000 /* supervisor mode exec protection */ macro