Searched refs:SVM_EXIT_VMLOAD (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 67 #define SVM_EXIT_VMLOAD 0x082 macro 210 { SVM_EXIT_VMLOAD, "vmload" }, \
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 67 #define SVM_EXIT_VMLOAD 0x082 macro 210 { SVM_EXIT_VMLOAD, "vmload" }, \
|
/openbmc/qemu/target/i386/ |
H A D | svm.h | 124 #define SVM_EXIT_VMLOAD 0x082 macro
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 493 cpu_svm_check_intercept_param(env, SVM_EXIT_VMLOAD, 0, GETPC()); in helper_vmload() 495 if (virtual_vm_load_save_enabled(env, SVM_EXIT_VMLOAD, GETPC())) { in helper_vmload()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 2362 [SVM_INSTR_VMLOAD] = SVM_EXIT_VMLOAD, in emulate_svm_instr() 3326 [SVM_EXIT_VMLOAD] = vmload_interception, 4432 [x86_intercept_vmload] = POST_EX(SVM_EXIT_VMLOAD),
|