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.c7142 if (!kvm_mpx_supported()) in kvm_probe_msr_to_save()
11396 if (kvm_mpx_supported()) in kvm_arch_vcpu_ioctl_get_mpstate()
11412 if (kvm_mpx_supported()) in kvm_arch_vcpu_ioctl_get_mpstate()
12087 if (vcpu->arch.guest_fpu.fpstate && kvm_mpx_supported()) { in kvm_vcpu_reset()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c2042 if (!kvm_mpx_supported() || in vmx_get_msr()
2260 if (!kvm_mpx_supported() || in vmx_set_msr()
4909 if (kvm_mpx_supported()) in vmx_vcpu_reset()
7906 if (kvm_mpx_supported()) in vmx_set_cpu_caps()
H A Dnested.c2484 if (kvm_mpx_supported() && vmx->nested.nested_run_pending && in prepare_vmcs02_rare()
2572 if (kvm_mpx_supported() && (!vmx->nested.nested_run_pending || in prepare_vmcs02()
3435 if (kvm_mpx_supported() && in nested_vmx_enter_non_root_mode()