Searched refs:CR4_PGE (Results 1 – 9 of 9) sorted by relevance
470 #ifndef CR4_PGE471 #define CR4_PGE 0x00000080 /* Page global enable */ macro487 load_cr4(cr4 & ~CR4_PGE); in invltlb_glob()495 load_cr4(cr4 | CR4_PGE); in invltlb_glob()
68 vmm_host_cr4 = rcr4() | CR4_PGE; in vmm_host_state_init()
96 orl $(CR4_PAE | CR4_PGE), %eax
138 andl $~(CR4_PGE | CR4_PCIDE),%eax /* clear sensitive paging ctrls */
1967 cr4 |= CR4_PGE; in pmap_bootstrap()2138 load_cr4(cr4 & ~CR4_PGE); in pmap_init_pat()
84 orl $CR4_PGE,%eax /* Enable PGE */
541 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()
332 load_cr4(cr4 & ~CR4_PGE); in x86_mrstoreone()
69 #define CR4_PGE 0x00000080 /* Page global enable */ macro