Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
A Dsvm.h60 #define SVM_EXIT_IOIO 0x07b macro
206 { SVM_EXIT_IOIO, "io" }, \
/arch/x86/coco/sev/
A Dvc-shared.c11 case SVM_EXIT_IOIO: in vc_check_opcode_bytes()
356 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, in vc_handle_ioio()
398 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, exit_info_1, 0); in vc_handle_ioio()
A Dvc-handle.c829 case SVM_EXIT_IOIO: in vc_handle_exitcode()
/arch/x86/boot/compressed/
A Dsev-handle-vc.c118 case SVM_EXIT_IOIO: in do_boot_stage2_vc()
/arch/x86/kvm/svm/
A Dsvm.c3254 [SVM_EXIT_IOIO] = io_interception,
4533 [x86_intercept_in] = POST_EX(SVM_EXIT_IOIO),
4534 [x86_intercept_ins] = POST_EX(SVM_EXIT_IOIO),
4535 [x86_intercept_out] = POST_EX(SVM_EXIT_IOIO),
4536 [x86_intercept_outs] = POST_EX(SVM_EXIT_IOIO),
4615 case SVM_EXIT_IOIO: { in svm_check_intercept()
A Dnested.c1416 case SVM_EXIT_IOIO: in nested_svm_intercept()
A Dsev.c3353 case SVM_EXIT_IOIO: in sev_es_validate_vmgexit()

Completed in 33 milliseconds