Home
last modified time | relevance | path

Searched refs:SVM_EXIT_INVLPGA (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dsvm.h318 #define SVM_EXIT_INVLPGA 0x07a macro
/arch/x86/kvm/
Dtrace.h257 { SVM_EXIT_INVLPGA, "invlpga" }, \
Dsvm.c3308 [SVM_EXIT_INVLPGA] = invlpga_interception,
4086 [x86_intercept_invlpga] = POST_EX(SVM_EXIT_INVLPGA),