Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
Dsvm.h69 #define SVM_EXIT_STGI 0x084 macro
177 { SVM_EXIT_STGI, "stgi" }, \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dsvm.h85 #define SVM_EXIT_STGI 0x084 macro
109 …l" }, { SVM_EXIT_VMLOAD, "vmload" }, { SVM_EXIT_VMSAVE, "vmsave" }, { SVM_EXIT_STGI, "stgi" }, { S…
/kernel/linux/linux-5.10/tools/arch/x86/include/uapi/asm/
Dsvm.h69 #define SVM_EXIT_STGI 0x084 macro
177 { SVM_EXIT_STGI, "stgi" }, \
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c2933 [SVM_EXIT_STGI] = stgi_interception,
3839 [x86_intercept_stgi] = POST_EX(SVM_EXIT_STGI),