Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c290 cr4 |= CR4_SMEP; in initializecpu()
H A Dpmap.c1828 cr4 |= CR4_SMEP; in pmap_bootstrap()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h80 #define CR4_SMEP 0x00100000 /* Supervisor-Mode Execution Prevention */ macro