Home
last modified time | relevance | path

Searched refs:X86_CR4_PCE (Results 1 – 5 of 5) 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.h112 #define X86_CR4_PCE _BITUL(X86_CR4_PCE_BIT) macro
/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.h136 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7724 vmx->nested.msrs.cr4_fixed1 = X86_CR4_PCE; in nested_vmx_cr_fixed1_bits_update()