Home
last modified time | relevance | path

Searched refs:X86_CR4_PSE (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dset_sregs_test.c45 X86_CR4_DE | X86_CR4_PSE | X86_CR4_PAE | \
/linux/arch/x86/kvm/
H A Dkvm_cache_regs.h15 #define X86_CR4_PDPTR_BITS (X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_SMEP)
H A Dmmu.h40 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
/linux/arch/x86/xen/
H A Denlighten_pv.c1079 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE); in xen_write_cr4()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h47 #define X86_CR4_PSE (1ul << 4) macro
/linux/arch/x86/include/asm/
H A Dkvm_host.h141 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
/linux/arch/x86/kvm/vmx/
H A Dvmx.c3573 hw_cr4 |= X86_CR4_PSE; in vmx_set_cr4()
7901 cr4_fixed1_update(X86_CR4_PSE, edx, feature_bit(PSE)); in nested_vmx_cr_fixed1_bits_update()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c210 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pse, X86_CR4_PSE);