Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c
/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h104 #define X86_CR4_PSE _BITUL(X86_CR4_PSE_BIT) macro
/linux/arch/x86/mm/
H A Dinit.c241 cr4_set_bits_and_update_boot(X86_CR4_PSE); in probe_page_size_mask()
/linux/arch/x86/xen/
H A Denlighten_pv.c1016 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE); in xen_write_cr4()
/linux/arch/x86/include/asm/
H A Dkvm_host.h135 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
/linux/arch/x86/kvm/vmx/
H A Dvmx.c3497 hw_cr4 |= X86_CR4_PSE; in vmx_set_cr4()
7736 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.c207 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pse, X86_CR4_PSE);