Home
last modified time | relevance | path

Searched refs:kvm_mpx_supported (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dcpuid.h10 bool kvm_mpx_supported(void);
Dcpuid.c51 bool kvm_mpx_supported(void) in kvm_mpx_supported() function
56 EXPORT_SYMBOL_GPL(kvm_mpx_supported);
62 if (!kvm_mpx_supported()) in kvm_supported_xcr0()
337 unsigned f_mpx = kvm_mpx_supported() ? F(MPX) : 0; in __do_cpuid_ent()
Dvmx.c4107 if (!kvm_mpx_supported() || in vmx_get_msr()
4192 if (!kvm_mpx_supported() || in vmx_set_msr()
6741 if (kvm_mpx_supported()) in vmx_vcpu_reset()
11262 if (kvm_mpx_supported()) { in nested_vmx_entry_exit_ctls_update()
12062 if (kvm_mpx_supported()) { in prepare_vmcs02_full()
12625 if (kvm_mpx_supported() && in enter_vmx_non_root_mode()
13070 if (kvm_mpx_supported()) in sync_vmcs12()
Dx86.c4701 if (!kvm_mpx_supported()) in kvm_init_msr_list()
8555 if (kvm_mpx_supported()) { in kvm_vcpu_reset()