Searched refs:SVM_EXIT_VMSAVE (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 68 #define SVM_EXIT_VMSAVE 0x083 macro 211 { SVM_EXIT_VMSAVE, "vmsave" }, \
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 68 #define SVM_EXIT_VMSAVE 0x083 macro 211 { SVM_EXIT_VMSAVE, "vmsave" }, \
|
/openbmc/qemu/target/i386/ |
H A D | svm.h | 125 #define SVM_EXIT_VMSAVE 0x083 macro
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 554 cpu_svm_check_intercept_param(env, SVM_EXIT_VMSAVE, 0, GETPC()); in helper_vmsave() 556 if (virtual_vm_load_save_enabled(env, SVM_EXIT_VMSAVE, GETPC())) { in helper_vmsave()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 2363 [SVM_INSTR_VMSAVE] = SVM_EXIT_VMSAVE, in emulate_svm_instr() 3327 [SVM_EXIT_VMSAVE] = vmsave_interception, 4433 [x86_intercept_vmsave] = POST_EX(SVM_EXIT_VMSAVE),
|