Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c811 static bool vmx_xsaves_supported(void);
1152 vmx_xsaves_supported(); in nested_cpu_has_xsaves()
2695 if (!vmx_xsaves_supported()) in vmx_get_msr()
2791 if (!vmx_xsaves_supported()) in vmx_set_msr()
4723 if (vmx_xsaves_supported()) in vmx_vcpu_setup()
8029 static bool vmx_xsaves_supported(void) in vmx_xsaves_supported() function
10272 .xsaves_supported = vmx_xsaves_supported,