Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.h360 static inline bool kvm_mpx_supported(void) in kvm_mpx_supported() function
H A Dx86.c7140 if (!kvm_mpx_supported()) in kvm_probe_msr_to_save()
11394 if (kvm_mpx_supported()) in kvm_arch_vcpu_ioctl_get_mpstate()
11410 if (kvm_mpx_supported()) in kvm_arch_vcpu_ioctl_get_mpstate()
12085 if (vcpu->arch.guest_fpu.fpstate && kvm_mpx_supported()) { in kvm_vcpu_reset()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c2038 if (!kvm_mpx_supported() || in vmx_get_msr()
2256 if (!kvm_mpx_supported() || in vmx_set_msr()
4905 if (kvm_mpx_supported()) in vmx_vcpu_reset()
7897 if (kvm_mpx_supported()) in vmx_set_cpu_caps()
H A Dnested.c2469 if (kvm_mpx_supported() && vmx->nested.nested_run_pending && in prepare_vmcs02_rare()
2557 if (kvm_mpx_supported() && (!vmx->nested.nested_run_pending || in prepare_vmcs02()
3420 if (kvm_mpx_supported() && in nested_vmx_enter_non_root_mode()