Home
last modified time | relevance | path

Searched refs:CR4_PGE (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm_host.c73 vmm_host_cr4 = rcr4() | CR4_PGE; in vmm_host_state_init()
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h492 #ifndef CR4_PGE
493 #define CR4_PGE 0x00000080 /* Page global enable */ macro
509 load_cr4(cr4 & ~CR4_PGE); in invltlb_glob()
517 load_cr4(cr4 | CR4_PGE); in invltlb_glob()
/f-stack/freebsd/i386/i386/
H A Dmpboot.s86 orl $CR4_PGE,%eax /* Enable PGE */
H A Dpmap.c553 ncr4 |= CR4_PGE; in __CONCAT()
873 load_cr4(cr4 & ~CR4_PGE); in __CONCAT()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h70 #define CR4_PGE 0x00000080 /* Page global enable */ macro
/f-stack/freebsd/x86/x86/
H A Dx86_mem.c335 load_cr4(cr4 & ~CR4_PGE); in x86_mrstoreone()
H A Dmp_x86.c1070 load_cr4(rcr4() | CR4_PGE); in init_secondary_tail()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1824 cr4 |= CR4_PGE; in pmap_bootstrap()
1978 load_cr4(cr4 & ~CR4_PGE); in pmap_init_pat()