X86_CR4_PSE
| X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
#define X86_CR4_PDPTR_BITS (X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_SMEP)
#define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pse, X86_CR4_PSE);
hw_cr4 |= X86_CR4_PSE;
cr4_fixed1_update(X86_CR4_PSE, edx, feature_bit(PSE));
return kvm_is_cr4_bit_set(vcpu, X86_CR4_PSE);
cr4_set_bits_and_update_boot(X86_CR4_PSE);
cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE);
X86_CR4_DE | X86_CR4_PSE | X86_CR4_PAE | \