Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dcapabilities.h220 SECONDARY_EXEC_ENABLE_VMFUNC; in cpu_has_vmx_vmfunc()
H A Dnested.h231 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_VMFUNC); in nested_cpu_has_vmfunc()
H A Dvmx.h578 SECONDARY_EXEC_ENABLE_VMFUNC | \
H A Dnested.c2417 SECONDARY_EXEC_ENABLE_VMFUNC | in prepare_vmcs02_early()
7097 SECONDARY_EXEC_ENABLE_VMFUNC | in nested_vmx_setup_secondary_ctls()
H A Dvmx.c4654 exec_control &= ~SECONDARY_EXEC_ENABLE_VMFUNC; in vmx_secondary_exec_control()
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h58 #define SECONDARY_EXEC_ENABLE_VMFUNC 0x00002000 macro
/linux-6.15/arch/x86/include/asm/
H A Dvmx.h69 #define SECONDARY_EXEC_ENABLE_VMFUNC VMCS_CONTROL_BIT(VMFUNC) macro