Home
last modified time | relevance | path

Searched refs:mpx_supported (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
Dcpuid.c53 if (!kvm_x86_ops->mpx_supported()) in kvm_supported_xcr0()
298 unsigned f_mpx = kvm_x86_ops->mpx_supported() ? F(MPX) : 0; in __do_cpuid_ent()
Dsvm.c4347 .mpx_supported = svm_mpx_supported,
Dx86.c4018 if (!kvm_x86_ops->mpx_supported()) in kvm_init_msr_list()
Dvmx.c10877 .mpx_supported = vmx_mpx_supported,
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h867 bool (*mpx_supported)(void); member