Home
last modified time | relevance | path

Searched refs:SVM_EXIT_VMMCALL (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/uapi/asm/
Dsvm.h62 #define SVM_EXIT_VMMCALL 0x081 macro
120 { SVM_EXIT_VMMCALL, "hypercall" }, \
/arch/x86/kvm/
Dsvm.c3388 [SVM_EXIT_VMMCALL] = vmmcall_interception,
4204 [x86_intercept_vmmcall] = POST_EX(SVM_EXIT_VMMCALL),