Home
last modified time | relevance | path

Searched refs:SVM_EXIT_IOIO (Results 1 – 7 of 7) sorted by relevance

/arch/x86/include/uapi/asm/
Dsvm.h60 #define SVM_EXIT_IOIO 0x07b macro
203 { SVM_EXIT_IOIO, "io" }, \
/arch/x86/boot/compressed/
Dsev.c315 case SVM_EXIT_IOIO: in do_boot_stage2_vc()
/arch/x86/kernel/
Dsev-shared.c866 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()
Dsev.c1769 case SVM_EXIT_IOIO: in vc_handle_exitcode()
/arch/x86/kvm/svm/
Dsvm.c3308 [SVM_EXIT_IOIO] = io_interception,
4445 [x86_intercept_in] = POST_EX(SVM_EXIT_IOIO),
4446 [x86_intercept_ins] = POST_EX(SVM_EXIT_IOIO),
4447 [x86_intercept_out] = POST_EX(SVM_EXIT_IOIO),
4448 [x86_intercept_outs] = POST_EX(SVM_EXIT_IOIO),
4527 case SVM_EXIT_IOIO: { in svm_check_intercept()
Dnested.c1308 case SVM_EXIT_IOIO: in nested_svm_intercept()
Dsev.c2549 case SVM_EXIT_IOIO: in sev_es_validate_vmgexit()