Searched refs:SVM_EXIT_IOIO (Results 1 – 7 of 7) sorted by relevance
/arch/x86/include/uapi/asm/ |
D | svm.h | 60 #define SVM_EXIT_IOIO 0x07b macro 203 { SVM_EXIT_IOIO, "io" }, \
|
/arch/x86/boot/compressed/ |
D | sev.c | 315 case SVM_EXIT_IOIO: in do_boot_stage2_vc()
|
/arch/x86/kernel/ |
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()
|
D | sev.c | 1769 case SVM_EXIT_IOIO: in vc_handle_exitcode()
|
/arch/x86/kvm/svm/ |
D | svm.c | 3308 [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()
|
D | nested.c | 1308 case SVM_EXIT_IOIO: in nested_svm_intercept()
|
D | sev.c | 2549 case SVM_EXIT_IOIO: in sev_es_validate_vmgexit()
|