Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dhyperv.h84 SECONDARY_EXEC_ENABLE_XSAVES | \
Dcapabilities.h255 SECONDARY_EXEC_ENABLE_XSAVES; in cpu_has_vmx_xsaves()
Dnested.h171 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_XSAVES); in nested_cpu_has_xsaves()
Dvmx.h565 SECONDARY_EXEC_ENABLE_XSAVES | \
Dnested.c2311 SECONDARY_EXEC_ENABLE_XSAVES | in prepare_vmcs02_early()
6367 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_XSAVES); in nested_vmx_l1_wants_exit()
6911 SECONDARY_EXEC_ENABLE_XSAVES | in nested_vmx_setup_secondary_ctls()
/arch/x86/include/asm/
Dvmx.h74 #define SECONDARY_EXEC_ENABLE_XSAVES VMCS_CONTROL_BIT(XSAVES) macro