Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dsvm.h58 #define SVM_EXIT_INVLPG 0x079 macro
202 { SVM_EXIT_INVLPG, "invlpg" }, \
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h58 #define SVM_EXIT_INVLPG 0x079 macro
202 { SVM_EXIT_INVLPG, "invlpg" }, \
/linux/arch/x86/kvm/svm/
H A Dsvm.c3342 [SVM_EXIT_INVLPG] = invlpg_interception,
4523 [x86_intercept_invlpg] = POST_EX(SVM_EXIT_INVLPG),