Lines Matching refs:exit_info_1
376 u64 exit_code, u64 exit_info_1, in sev_es_ghcb_hv_call() argument
384 ghcb_set_sw_exit_info_1(ghcb, exit_info_1); in sev_es_ghcb_hv_call()
970 u64 exit_info_1, exit_info_2; in vc_handle_ioio() local
973 ret = vc_ioio_exitinfo(ctxt, &exit_info_1); in vc_handle_ioio()
977 if (exit_info_1 & IOIO_TYPE_STR) { in vc_handle_ioio()
993 io_bytes = (exit_info_1 >> 4) & 0x7; in vc_handle_ioio()
996 op_count = (exit_info_1 & IOIO_REP) ? regs->cx : 1; in vc_handle_ioio()
1003 if (!(exit_info_1 & IOIO_TYPE_IN)) { in vc_handle_ioio()
1020 exit_info_1, exit_info_2); in vc_handle_ioio()
1025 if (exit_info_1 & IOIO_TYPE_IN) { in vc_handle_ioio()
1044 if (exit_info_1 & IOIO_REP) in vc_handle_ioio()
1053 int bits = (exit_info_1 & 0x70) >> 1; in vc_handle_ioio()
1056 if (!(exit_info_1 & IOIO_TYPE_IN)) in vc_handle_ioio()
1061 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, exit_info_1, 0); in vc_handle_ioio()
1065 if (exit_info_1 & IOIO_TYPE_IN) { in vc_handle_ioio()