Lines Matching refs:exit_code
834 u64 exit_code, exit_info_1, exit_info_2; in vc_do_mmio() local
844 exit_code = read ? SVM_VMGEXIT_MMIO_READ : SVM_VMGEXIT_MMIO_WRITE; in vc_do_mmio()
860 return sev_es_ghcb_hv_call(ghcb, true, ctxt, exit_code, exit_info_1, exit_info_2); in vc_do_mmio()
1226 unsigned long exit_code) in vc_handle_exitcode() argument
1230 switch (exit_code) { in vc_handle_exitcode()
1242 result = vc_handle_rdtsc(ghcb, ctxt, exit_code); in vc_handle_exitcode()
1477 unsigned long exit_code = regs->orig_ax; in handle_vc_boot_ghcb() local
1487 result = vc_init_em_ctxt(&ctxt, regs, exit_code); in handle_vc_boot_ghcb()
1489 result = vc_handle_exitcode(&ctxt, boot_ghcb, exit_code); in handle_vc_boot_ghcb()
1498 exit_code, regs->ip); in handle_vc_boot_ghcb()
1502 exit_code, regs->ip); in handle_vc_boot_ghcb()
1506 exit_code, regs->ip); in handle_vc_boot_ghcb()