Searched refs:X86_CR4_PGE (Results 1 – 16 of 16) sorted by relevance
10 | X86_CR4_OSXMMEXCPT | X86_CR4_PGE | X86_CR4_TSD | X86_CR4_FSGSBASE)13 #define X86_CR4_TLBFLUSH_BITS (X86_CR4_PGE | X86_CR4_PCIDE | X86_CR4_PAE | X86_CR4_SMEP)14 #define X86_CR4_PDPTR_BITS (X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_SMEP)
1360 if (((cr4 ^ old_cr4) & X86_CR4_PGE) || in kvm_post_set_cr4()
103 andq $~X86_CR4_PGE, %rdx105 orq $X86_CR4_PGE, %rdx
19 andq $~(X86_CR4_PGE), %rdx
35 andq $~(X86_CR4_PGE), %rdx126 andq $~(X86_CR4_PGE), %rcx
56 andl $~(X86_CR4_PGE), %ecx
39 andq $(~X86_CR4_PGE), %rdx
144 __write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
49 X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE | in calc_supported_cr4_feature_bits()
110 #define X86_CR4_PGE _BITUL(X86_CR4_PGE_BIT) macro
423 native_write_cr4(cr4 ^ X86_CR4_PGE); in __native_tlb_flush_global()
135 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
1082 __write_cr4(saved_cr4 & ~X86_CR4_PGE); in cache_disable()
1015 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE); in xen_write_cr4()
46 #define X86_CR4_PGE (1ul << 7) macro
1922 if (npt_enabled && ((old_cr4 ^ cr4) & X86_CR4_PGE)) in svm_set_cr4()