Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dvmx.h80 #define SECONDARY_EXEC_XSAVES 0x00100000 macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c2007 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_cpu_has_xsaves()
4562 SECONDARY_EXEC_XSAVES | in setup_vmcs_config()
6472 exec_control &= ~SECONDARY_EXEC_XSAVES; in vmx_compute_secondary_exec_control()
6477 SECONDARY_EXEC_XSAVES; in vmx_compute_secondary_exec_control()
6480 ~SECONDARY_EXEC_XSAVES; in vmx_compute_secondary_exec_control()
9776 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_vmx_exit_reflected()
10485 SECONDARY_EXEC_XSAVES; in vmx_xsaves_supported()
12176 SECONDARY_EXEC_XSAVES | in prepare_vmcs02()