Lines Matching refs:exit_info_1
99 u64 exit_code, u64 exit_info_1, in sev_es_ghcb_hv_call() argument
109 ghcb_set_sw_exit_info_1(ghcb, exit_info_1); in sev_es_ghcb_hv_call()
367 u64 exit_info_1, exit_info_2; in vc_handle_ioio() local
370 ret = vc_ioio_exitinfo(ctxt, &exit_info_1); in vc_handle_ioio()
374 if (exit_info_1 & IOIO_TYPE_STR) { in vc_handle_ioio()
390 io_bytes = (exit_info_1 >> 4) & 0x7; in vc_handle_ioio()
393 op_count = (exit_info_1 & IOIO_REP) ? regs->cx : 1; in vc_handle_ioio()
400 if (!(exit_info_1 & IOIO_TYPE_IN)) { in vc_handle_ioio()
417 exit_info_1, exit_info_2); in vc_handle_ioio()
422 if (exit_info_1 & IOIO_TYPE_IN) { in vc_handle_ioio()
441 if (exit_info_1 & IOIO_REP) in vc_handle_ioio()
450 int bits = (exit_info_1 & 0x70) >> 1; in vc_handle_ioio()
453 if (!(exit_info_1 & IOIO_TYPE_IN)) in vc_handle_ioio()
458 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, exit_info_1, 0); in vc_handle_ioio()
462 if (exit_info_1 & IOIO_TYPE_IN) { in vc_handle_ioio()