Lines Matching refs:exit_info_1
130 u64 exit_info_1, u64 exit_info_2) in sev_es_ghcb_hv_call() argument
137 ghcb_set_sw_exit_info_1(ghcb, exit_info_1); in sev_es_ghcb_hv_call()
378 u64 exit_info_1, exit_info_2; in vc_handle_ioio() local
381 ret = vc_ioio_exitinfo(ctxt, &exit_info_1); in vc_handle_ioio()
385 if (exit_info_1 & IOIO_TYPE_STR) { in vc_handle_ioio()
401 io_bytes = (exit_info_1 >> 4) & 0x7; in vc_handle_ioio()
404 op_count = (exit_info_1 & IOIO_REP) ? regs->cx : 1; in vc_handle_ioio()
411 if (!(exit_info_1 & IOIO_TYPE_IN)) { in vc_handle_ioio()
428 exit_info_1, exit_info_2); in vc_handle_ioio()
433 if (exit_info_1 & IOIO_TYPE_IN) { in vc_handle_ioio()
452 if (exit_info_1 & IOIO_REP) in vc_handle_ioio()
461 int bits = (exit_info_1 & 0x70) >> 1; in vc_handle_ioio()
464 if (!(exit_info_1 & IOIO_TYPE_IN)) in vc_handle_ioio()
470 SVM_EXIT_IOIO, exit_info_1, 0); in vc_handle_ioio()
474 if (exit_info_1 & IOIO_TYPE_IN) { in vc_handle_ioio()