Searched refs:SVM_EXIT_IOIO (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 60 #define SVM_EXIT_IOIO 0x07b macro 203 { SVM_EXIT_IOIO, "io" }, \
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 60 #define SVM_EXIT_IOIO 0x07b macro 203 { SVM_EXIT_IOIO, "io" }, \
|
/openbmc/qemu/target/i386/ |
H A D | svm.h | 117 #define SVM_EXIT_IOIO 0x07b macro
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | sev.c | 315 case SVM_EXIT_IOIO: in do_boot_stage2_vc()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sev-shared.c | 866 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, in vc_handle_ioio() 908 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, exit_info_1, 0); in vc_handle_ioio()
|
H A D | sev.c | 1769 case SVM_EXIT_IOIO: in vc_handle_exitcode()
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 710 if (env->intercept & (1ULL << (SVM_EXIT_IOIO - SVM_EXIT_INTR))) { in helper_svm_check_io() 721 cpu_vmexit(env, SVM_EXIT_IOIO, param | (port << 16), GETPC()); in helper_svm_check_io()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 3320 [SVM_EXIT_IOIO] = io_interception, 4457 [x86_intercept_in] = POST_EX(SVM_EXIT_IOIO), 4458 [x86_intercept_ins] = POST_EX(SVM_EXIT_IOIO), 4459 [x86_intercept_out] = POST_EX(SVM_EXIT_IOIO), 4460 [x86_intercept_outs] = POST_EX(SVM_EXIT_IOIO), 4539 case SVM_EXIT_IOIO: { in svm_check_intercept()
|
H A D | nested.c | 1312 case SVM_EXIT_IOIO: in nested_svm_intercept()
|
H A D | sev.c | 2549 case SVM_EXIT_IOIO: in sev_es_validate_vmgexit()
|