Home
last modified time | relevance | path

Searched refs:CR4_PCIDE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/amd64/amd64/
H A Dlocore.S138 andl $~(CR4_PGE | CR4_PCIDE),%eax /* clear sensitive paging ctrls */
H A Dpmap.c2089 load_cr4(rcr4() | CR4_PCIDE); in pmap_bootstrap()
/freebsd/sys/x86/include/
H A Dspecialreg.h80 #define CR4_PCIDE 0x00020000 /* Enable Context ID */ macro
/freebsd/sys/x86/x86/
H A Dmp_x86.c1122 load_cr4(rcr4() | CR4_PCIDE); in init_secondary_tail()