Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dvmx.c866 static bool vmx_xsaves_supported(void);
1221 vmx_xsaves_supported(); in nested_cpu_has_xsaves()
2829 if (!vmx_xsaves_supported()) in vmx_get_msr()
2924 if (!vmx_xsaves_supported()) in vmx_set_msr()
4866 if (vmx_xsaves_supported()) in vmx_vcpu_setup()
8390 static bool vmx_xsaves_supported(void) in vmx_xsaves_supported() function
10878 .xsaves_supported = vmx_xsaves_supported,