Home
last modified time | relevance | path

Searched refs:vmx_xsaves_supported (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/kvm/vmx/
Dcapabilities.h244 static inline bool vmx_xsaves_supported(void) in vmx_xsaves_supported() function
Dvmx.c1830 if (!vmx_xsaves_supported() || in vmx_get_msr()
2073 if (!vmx_xsaves_supported() || in vmx_set_msr()
4043 if (vmx_xsaves_supported()) { in vmx_compute_secondary_exec_control()
4251 if (vmx_xsaves_supported()) in vmx_vcpu_setup()
7861 .xsaves_supported = vmx_xsaves_supported,