Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Devmcs.h58 SECONDARY_EXEC_ENABLE_VMFUNC | \
H A Dcapabilities.h214 SECONDARY_EXEC_ENABLE_VMFUNC; in cpu_has_vmx_vmfunc()
H A Dnested.h211 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_VMFUNC); in nested_cpu_has_vmfunc()
H A Dnested.c2310 SECONDARY_EXEC_ENABLE_VMFUNC | in prepare_vmcs02_early()
6544 SECONDARY_EXEC_ENABLE_VMFUNC; in nested_vmx_setup_ctls_msrs()
H A Dvmx.c2525 SECONDARY_EXEC_ENABLE_VMFUNC; in setup_vmcs_config()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h61 #define SECONDARY_EXEC_ENABLE_VMFUNC 0x00002000 macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvmx.h65 #define SECONDARY_EXEC_ENABLE_VMFUNC VMCS_CONTROL_BIT(VMFUNC) macro