Searched refs:SVM_EXIT_VMRUN (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 65 #define SVM_EXIT_VMRUN 0x080 macro 208 { SVM_EXIT_VMRUN, "vmrun" }, \
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 65 #define SVM_EXIT_VMRUN 0x080 macro 208 { SVM_EXIT_VMRUN, "vmrun" }, \
|
/openbmc/qemu/target/i386/ |
H A D | svm.h | 122 #define SVM_EXIT_VMRUN 0x080 macro
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 180 cpu_svm_check_intercept_param(env, SVM_EXIT_VMRUN, 0, GETPC()); in helper_vmrun() 285 if (!cpu_svm_has_intercept(env, SVM_EXIT_VMRUN)) { in helper_vmrun()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 2361 [SVM_INSTR_VMRUN] = SVM_EXIT_VMRUN, in emulate_svm_instr() 3345 [SVM_EXIT_VMRUN] = vmrun_interception, 4451 [x86_intercept_vmrun] = POST_EX(SVM_EXIT_VMRUN),
|