Lines Matching refs:exit_info_1
98 u64 exit_code, u64 exit_info_1, in sev_es_ghcb_hv_call() argument
108 ghcb_set_sw_exit_info_1(ghcb, exit_info_1); in sev_es_ghcb_hv_call()
372 u64 exit_info_1, exit_info_2; in vc_handle_ioio() local
375 ret = vc_ioio_exitinfo(ctxt, &exit_info_1); in vc_handle_ioio()
379 if (exit_info_1 & IOIO_TYPE_STR) { in vc_handle_ioio()
395 io_bytes = (exit_info_1 >> 4) & 0x7; in vc_handle_ioio()
398 op_count = (exit_info_1 & IOIO_REP) ? regs->cx : 1; in vc_handle_ioio()
405 if (!(exit_info_1 & IOIO_TYPE_IN)) { in vc_handle_ioio()
422 exit_info_1, exit_info_2); in vc_handle_ioio()
427 if (exit_info_1 & IOIO_TYPE_IN) { in vc_handle_ioio()
446 if (exit_info_1 & IOIO_REP) in vc_handle_ioio()
455 int bits = (exit_info_1 & 0x70) >> 1; in vc_handle_ioio()
458 if (!(exit_info_1 & IOIO_TYPE_IN)) in vc_handle_ioio()
463 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, exit_info_1, 0); in vc_handle_ioio()
467 if (exit_info_1 & IOIO_TYPE_IN) { in vc_handle_ioio()