Searched refs:SVM_EXIT_CLGI (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
D | svm.h | 70 #define SVM_EXIT_CLGI 0x085 macro 178 { SVM_EXIT_CLGI, "clgi" }, \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | svm.h | 86 #define SVM_EXIT_CLGI 0x085 macro 109 …mload" }, { SVM_EXIT_VMSAVE, "vmsave" }, { SVM_EXIT_STGI, "stgi" }, { SVM_EXIT_CLGI, "clgi" }, { S…
|
/kernel/linux/linux-5.10/tools/arch/x86/include/uapi/asm/ |
D | svm.h | 70 #define SVM_EXIT_CLGI 0x085 macro 178 { SVM_EXIT_CLGI, "clgi" }, \
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
D | svm.c | 2934 [SVM_EXIT_CLGI] = clgi_interception, 3840 [x86_intercept_clgi] = POST_EX(SVM_EXIT_CLGI),
|