Home
last modified time | relevance | path

Searched refs:EXIT_REASON_VMCALL (Results 1 – 11 of 11) sorted by relevance

/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h47 #define EXIT_REASON_VMCALL 18 macro
111 { EXIT_REASON_VMCALL, "VMCALL" }, \
/linux/arch/x86/include/uapi/asm/
H A Dvmx.h47 #define EXIT_REASON_VMCALL 18 macro
111 { EXIT_REASON_VMCALL, "VMCALL" }, \
/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_apic_access_test.c
H A Dhyperv_evmcs.c
H A Dvmx_tsc_adjust_test.c
H A Dvmx_dirty_log_test.c
H A Dvmx_nested_tsc_scaling_test.c
H A Dvmx_preemption_timer_test.c
/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dmemstress.c
/linux/arch/x86/kvm/vmx/
H A Dnested.c6428 case EXIT_REASON_VMCALL: in nested_vmx_l0_wants_exit()
6491 case EXIT_REASON_VMCALL: case EXIT_REASON_VMCLEAR: in nested_vmx_l1_wants_exit()
H A Dvmx.c6137 [EXIT_REASON_VMCALL] = kvm_emulate_hypercall,