Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dcapabilities.h255 SECONDARY_EXEC_XSAVES; in cpu_has_vmx_xsaves()
Dnested.h170 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_cpu_has_xsaves()
Dvmx.h577 SECONDARY_EXEC_XSAVES | \
Dnested.c2278 SECONDARY_EXEC_XSAVES | in prepare_vmcs02_early()
6272 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_vmx_l1_wants_exit()
6832 SECONDARY_EXEC_XSAVES | in nested_vmx_setup_ctls_msrs()
Dvmx.c4516 SECONDARY_EXEC_XSAVES, in vmx_secondary_exec_control()
/linux-6.1.9/arch/x86/include/asm/
Dvmx.h72 #define SECONDARY_EXEC_XSAVES VMCS_CONTROL_BIT(XSAVES) macro