Searched refs:SVM_EXIT_IOIO (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 60 #define SVM_EXIT_IOIO 0x07b macro 205 { SVM_EXIT_IOIO, "io" }, \
|
| /linux-6.15/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 60 #define SVM_EXIT_IOIO 0x07b macro 205 { SVM_EXIT_IOIO, "io" }, \
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | sev.c | 321 case SVM_EXIT_IOIO: in do_boot_stage2_vc()
|
| /linux-6.15/arch/x86/coco/sev/ |
| H A D | shared.c | 1020 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, in vc_handle_ioio() 1062 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, exit_info_1, 0); in vc_handle_ioio() 1574 case SVM_EXIT_IOIO: in vc_check_opcode_bytes()
|
| H A D | core.c | 2178 case SVM_EXIT_IOIO: in vc_handle_exitcode()
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | svm.c | 3422 [SVM_EXIT_IOIO] = io_interception, 4628 [x86_intercept_in] = POST_EX(SVM_EXIT_IOIO), 4629 [x86_intercept_ins] = POST_EX(SVM_EXIT_IOIO), 4630 [x86_intercept_out] = POST_EX(SVM_EXIT_IOIO), 4631 [x86_intercept_outs] = POST_EX(SVM_EXIT_IOIO), 4710 case SVM_EXIT_IOIO: { in svm_check_intercept()
|
| H A D | nested.c | 1314 case SVM_EXIT_IOIO: in nested_svm_intercept()
|
| H A D | sev.c | 3329 case SVM_EXIT_IOIO: in sev_es_validate_vmgexit()
|