Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dcpuid.c51 && kvm_x86_ops->mpx_supported()); in kvm_mpx_supported()
Dsvm.c4535 .mpx_supported = svm_mpx_supported,
Dx86.c4154 if (!kvm_x86_ops->mpx_supported()) in kvm_init_msr_list()
Dvmx.c11154 .mpx_supported = vmx_mpx_supported,
/arch/x86/include/asm/
Dkvm_host.h867 bool (*mpx_supported)(void); member