Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
A Dprocessor-flags.h100 #define X86_CR4_PSE _BITUL(X86_CR4_PSE_BIT) macro
/linux/tools/testing/selftests/kvm/x86_64/
A Dset_sregs_test.c57 X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE | in calc_cr4_feature_bits()
/linux/arch/x86/kvm/
A Dmmu.h47 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \
A Dx86.h196 return kvm_read_cr4_bits(vcpu, X86_CR4_PSE); in is_pse()
A Dx86.c1054 unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | in kvm_set_cr4()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h24 #define X86_CR4_PSE (1ul << 4) macro
/linux/arch/x86/mm/
A Dinit.c230 cr4_set_bits_and_update_boot(X86_CR4_PSE); in probe_page_size_mask()
/linux/arch/x86/xen/
A Denlighten_pv.c907 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE); in xen_write_cr4()
/linux/arch/x86/include/asm/
A Dkvm_host.h113 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
/linux/arch/x86/kvm/vmx/
A Dvmx.c3178 hw_cr4 |= X86_CR4_PSE; in vmx_set_cr4()
7059 cr4_fixed1_update(X86_CR4_PSE, edx, feature_bit(PSE)); in nested_vmx_cr_fixed1_bits_update()
/linux/arch/x86/kvm/mmu/
A Dmmu.c217 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pse, X86_CR4_PSE);

Completed in 71 milliseconds