Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dcpufunc.h470 #ifndef CR4_PGE
471 #define CR4_PGE 0x00000080 /* Page global enable */ macro
487 load_cr4(cr4 & ~CR4_PGE); in invltlb_glob()
495 load_cr4(cr4 | CR4_PGE); in invltlb_glob()
/freebsd/sys/amd64/vmm/
H A Dvmm_host.c68 vmm_host_cr4 = rcr4() | CR4_PGE; in vmm_host_state_init()
/freebsd/sys/amd64/amd64/
H A Dmpboot.S96 orl $(CR4_PAE | CR4_PGE), %eax
H A Dlocore.S138 andl $~(CR4_PGE | CR4_PCIDE),%eax /* clear sensitive paging ctrls */
H A Dpmap.c1967 cr4 |= CR4_PGE; in pmap_bootstrap()
2138 load_cr4(cr4 & ~CR4_PGE); in pmap_init_pat()
/freebsd/sys/i386/i386/
H A Dmpboot.S84 orl $CR4_PGE,%eax /* Enable PGE */
H A Dpmap.c541 ncr4 |= CR4_PGE; in __CONCAT()
722 * pmap_init_pat() clears and sets CR4_PGE, which, as a in __CONCAT()
862 load_cr4(cr4 & ~CR4_PGE); in __CONCAT()
/freebsd/sys/x86/x86/
H A Dx86_mem.c332 load_cr4(cr4 & ~CR4_PGE); in x86_mrstoreone()
/freebsd/sys/x86/include/
H A Dspecialreg.h69 #define CR4_PGE 0x00000080 /* Page global enable */ macro