Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dset_sregs_test.c51 X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE | in calc_supported_cr4_feature_bits()
/linux-6.1.9/arch/x86/include/uapi/asm/
Dprocessor-flags.h100 #define X86_CR4_PSE _BITUL(X86_CR4_PSE_BIT) macro
/linux-6.1.9/arch/x86/kvm/
Dkvm_cache_regs.h14 #define X86_CR4_PDPTR_BITS (X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_SMEP)
Dmmu.h39 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
Dx86.h180 return kvm_read_cr4_bits(vcpu, X86_CR4_PSE); in is_pse()
/linux-6.1.9/arch/x86/mm/
Dinit.c239 cr4_set_bits_and_update_boot(X86_CR4_PSE); in probe_page_size_mask()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h30 #define X86_CR4_PSE (1ul << 4) macro
/linux-6.1.9/arch/x86/xen/
Denlighten_pv.c926 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE); in xen_write_cr4()
/linux-6.1.9/arch/x86/include/asm/
Dkvm_host.h119 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c3324 hw_cr4 |= X86_CR4_PSE; in vmx_set_cr4()
7516 cr4_fixed1_update(X86_CR4_PSE, edx, feature_bit(PSE)); in nested_vmx_cr_fixed1_bits_update()
/linux-6.1.9/arch/x86/kvm/mmu/
Dmmu.c185 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pse, X86_CR4_PSE);