Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsvm.h60 #define SVM_EXIT_IOIO 0x07b macro
168 { SVM_EXIT_IOIO, "io" }, \
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dsvm.h60 #define SVM_EXIT_IOIO 0x07b macro
168 { SVM_EXIT_IOIO, "io" }, \
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev-es-shared.c420 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, in vc_handle_ioio()
462 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, exit_info_1, 0); in vc_handle_ioio()
H A Dsev-es.c1219 case SVM_EXIT_IOIO: in vc_handle_exitcode()
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dsev-es.c191 case SVM_EXIT_IOIO: in do_boot_stage2_vc()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c2921 [SVM_EXIT_IOIO] = io_interception,
3847 [x86_intercept_in] = POST_EX(SVM_EXIT_IOIO),
3848 [x86_intercept_ins] = POST_EX(SVM_EXIT_IOIO),
3849 [x86_intercept_out] = POST_EX(SVM_EXIT_IOIO),
3850 [x86_intercept_outs] = POST_EX(SVM_EXIT_IOIO),
3929 case SVM_EXIT_IOIO: { in svm_check_intercept()
H A Dnested.c862 case SVM_EXIT_IOIO: in nested_svm_intercept()