Home
last modified time | relevance | path

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

/linux-6.1.9/tools/arch/x86/include/uapi/asm/
Dsvm.h69 #define SVM_EXIT_STGI 0x084 macro
206 { SVM_EXIT_STGI, "stgi" }, \
/linux-6.1.9/arch/x86/include/uapi/asm/
Dsvm.h69 #define SVM_EXIT_STGI 0x084 macro
212 { SVM_EXIT_STGI, "stgi" }, \
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.c3185 [SVM_EXIT_STGI] = stgi_interception,
4189 [x86_intercept_stgi] = POST_EX(SVM_EXIT_STGI),