Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dspecialreg.h75 #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()
/freebsd/sys/amd64/amd64/
H A Dpmap.c2084 load_cr4(rcr4() | CR4_PCIDE); in pmap_bootstrap()