Searched refs:SVM_EXIT_STGI (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
D | svm.h | 69 #define SVM_EXIT_STGI 0x084 macro 177 { SVM_EXIT_STGI, "stgi" }, \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | svm.h | 85 #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/ |
D | svm.h | 69 #define SVM_EXIT_STGI 0x084 macro 177 { SVM_EXIT_STGI, "stgi" }, \
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
D | svm.c | 2933 [SVM_EXIT_STGI] = stgi_interception, 3839 [x86_intercept_stgi] = POST_EX(SVM_EXIT_STGI),
|