Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/
Dx86.h317 static inline bool kvm_mpx_supported(void) in kvm_mpx_supported() function
Dx86.c7010 if (!kvm_mpx_supported()) in kvm_init_msr_list()
11367 if (kvm_mpx_supported()) in kvm_arch_vcpu_ioctl_get_mpstate()
11383 if (kvm_mpx_supported()) in kvm_arch_vcpu_ioctl_get_mpstate()
12048 if (vcpu->arch.guest_fpu.fpstate && kvm_mpx_supported()) { in kvm_vcpu_reset()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c1913 if (!kvm_mpx_supported() || in vmx_get_msr()
2133 if (!kvm_mpx_supported() || in vmx_set_msr()
4777 if (kvm_mpx_supported()) in vmx_vcpu_reset()
7678 if (kvm_mpx_supported()) in vmx_set_cpu_caps()
Dnested.c2438 if (kvm_mpx_supported() && vmx->nested.nested_run_pending && in prepare_vmcs02_rare()
2526 if (kvm_mpx_supported() && (!vmx->nested.nested_run_pending || in prepare_vmcs02()
3386 if (kvm_mpx_supported() && in nested_vmx_enter_non_root_mode()