Searched refs:CR4_PGE (Results 1 – 8 of 8) sorted by relevance
73 vmm_host_cr4 = rcr4() | CR4_PGE; in vmm_host_state_init()
492 #ifndef CR4_PGE493 #define CR4_PGE 0x00000080 /* Page global enable */ macro509 load_cr4(cr4 & ~CR4_PGE); in invltlb_glob()517 load_cr4(cr4 | CR4_PGE); in invltlb_glob()
86 orl $CR4_PGE,%eax /* Enable PGE */
553 ncr4 |= CR4_PGE; in __CONCAT()873 load_cr4(cr4 & ~CR4_PGE); in __CONCAT()
70 #define CR4_PGE 0x00000080 /* Page global enable */ macro
335 load_cr4(cr4 & ~CR4_PGE); in x86_mrstoreone()
1070 load_cr4(rcr4() | CR4_PGE); in init_secondary_tail()
1824 cr4 |= CR4_PGE; in pmap_bootstrap()1978 load_cr4(cr4 & ~CR4_PGE); in pmap_init_pat()