Searched refs:X86_CR4_PSE (Results 1 – 10 of 10) sorted by relevance
45 X86_CR4_DE | X86_CR4_PSE | X86_CR4_PAE | \
104 #define X86_CR4_PSE _BITUL(X86_CR4_PSE_BIT) macro
14 #define X86_CR4_PDPTR_BITS (X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_SMEP)
40 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
271 return kvm_is_cr4_bit_set(vcpu, X86_CR4_PSE); in is_pse()
1085 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE); in xen_write_cr4()
43 #define X86_CR4_PSE (1ul << 4) macro
140 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
3463 hw_cr4 |= X86_CR4_PSE; in vmx_set_cr4() 7626 cr4_fixed1_update(X86_CR4_PSE, edx, feature_bit(PSE)); in nested_vmx_cr_fixed1_bits_update()
208 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pse, X86_CR4_PSE);