Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dinitcpu.c291 cr4 |= CR4_PKE; in initializecpu()
H A Dfpu.c379 cr4 &= ~CR4_PKE; in fpuinit()
/freebsd/sys/x86/include/
H A Dspecialreg.h86 #define CR4_PKE 0x00400000 /* Protection Keys Enable */ macro