Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h59 #define SVM_EXIT_INVLPGA 0x07a macro
209 { SVM_EXIT_INVLPGA, "invlpga" }, \
/linux/arch/x86/kvm/svm/
H A Dsvm.c3391 [SVM_EXIT_INVLPGA] = invlpga_interception,
4800 [x86_intercept_invlpga] = POST_EX(SVM_EXIT_INVLPGA),