Lines Matching refs:exit_info_1
227 u64 exit_code, u64 exit_info_1, in sev_es_ghcb_hv_call() argument
235 ghcb_set_sw_exit_info_1(ghcb, exit_info_1); in sev_es_ghcb_hv_call()
821 u64 exit_info_1, exit_info_2; in vc_handle_ioio() local
824 ret = vc_ioio_exitinfo(ctxt, &exit_info_1); in vc_handle_ioio()
828 if (exit_info_1 & IOIO_TYPE_STR) { in vc_handle_ioio()
844 io_bytes = (exit_info_1 >> 4) & 0x7; in vc_handle_ioio()
847 op_count = (exit_info_1 & IOIO_REP) ? regs->cx : 1; in vc_handle_ioio()
854 if (!(exit_info_1 & IOIO_TYPE_IN)) { in vc_handle_ioio()
871 exit_info_1, exit_info_2); in vc_handle_ioio()
876 if (exit_info_1 & IOIO_TYPE_IN) { in vc_handle_ioio()
895 if (exit_info_1 & IOIO_REP) in vc_handle_ioio()
904 int bits = (exit_info_1 & 0x70) >> 1; in vc_handle_ioio()
907 if (!(exit_info_1 & IOIO_TYPE_IN)) in vc_handle_ioio()
912 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, exit_info_1, 0); in vc_handle_ioio()
916 if (exit_info_1 & IOIO_TYPE_IN) { in vc_handle_ioio()