Searched refs:SVM_EXIT_VMLOAD (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
D | svm.h | 67 #define SVM_EXIT_VMLOAD 0x082 macro 175 { SVM_EXIT_VMLOAD, "vmload" }, \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | svm.h | 83 #define SVM_EXIT_VMLOAD 0x082 macro 109 …}, { SVM_EXIT_VMRUN, "vmrun" }, { SVM_EXIT_VMMCALL, "hypercall" }, { SVM_EXIT_VMLOAD, "vmload" }, …
|
/kernel/linux/linux-5.10/tools/arch/x86/include/uapi/asm/ |
D | svm.h | 67 #define SVM_EXIT_VMLOAD 0x082 macro 175 { SVM_EXIT_VMLOAD, "vmload" }, \
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
D | svm.c | 2931 [SVM_EXIT_VMLOAD] = vmload_interception, 3837 [x86_intercept_vmload] = POST_EX(SVM_EXIT_VMLOAD),
|