Searched refs:CR4_PGE (Results 1 – 15 of 15) sorted by relevance
444 setcr4(cr4 & ~(ulong_t)CR4_PGE); in invpcid()445 setcr4(cr4 | CR4_PGE); in invpcid()455 setcr4(cr4 & ~(ulong_t)CR4_PGE); in invpcid()456 setcr4(cr4 | CR4_PGE); in invpcid()
826 (getcr4() & CR4_PGE) != 0) in mmu_init()
159 { "PGE", CR4_PGE, CR4_PGE }, in mdb_x86_print_sysregs()
151 andq $_BITNOT(CR4_PGE), %rax212 andl $_BITNOT(CR4_PGE | CR4_PAE | CR4_PSE), %eax
503 #ifndef CR4_PGE504 #define CR4_PGE 0x00000080 /* Page global enable */ macro520 load_cr4(cr4 & ~CR4_PGE); in invltlb_glob()528 load_cr4(cr4 | CR4_PGE); in invltlb_glob()
78 #define CR4_PGE 0x0080 /* page global enable */ macro
35 #undef CR4_PGE
82 vmm_host_cr4 = rcr4() | CR4_PGE; in vmm_host_state_init()
93 andl $~(CR4_PGE | CR4_PAE | CR4_PSE), %eax
111 #define CR4_PGE 0x0080 /* page global enable */ macro
236 orl $CR4_PGE, %eax
2712 if (cr4 & CR4_PGE) { in pat_sync()2713 setcr4(cr4 & ~(ulong_t)CR4_PGE); in pat_sync()2723 if (cr4 & CR4_PGE) { in pat_sync()2724 setcr4(cr4 & ~(ulong_t)CR4_PGE); in pat_sync()
68 #define CR4_PGE 0x00000080 /* Page global enable */ macro
540 CR4_DE | CR4_PSE | CR4_PAE | CR4_MCE | CR4_PGE | CR4_FSGSBASE, in test_setup_vcpu()
70 #define CR4_PGE 0x00000080 /* Page global enable */ macro