Lines Matching refs:exit_code
736 u64 exit_code, exit_info_1, exit_info_2; in vc_do_mmio() local
746 exit_code = read ? SVM_VMGEXIT_MMIO_READ : SVM_VMGEXIT_MMIO_WRITE; in vc_do_mmio()
762 return sev_es_ghcb_hv_call(ghcb, ctxt, exit_code, exit_info_1, exit_info_2); in vc_do_mmio()
1136 unsigned long exit_code) in vc_handle_exitcode() argument
1140 switch (exit_code) { in vc_handle_exitcode()
1152 result = vc_handle_rdtsc(ghcb, ctxt, exit_code); in vc_handle_exitcode()
1362 unsigned long exit_code = regs->orig_ax; in handle_vc_boot_ghcb() local
1372 result = vc_init_em_ctxt(&ctxt, regs, exit_code); in handle_vc_boot_ghcb()
1374 result = vc_handle_exitcode(&ctxt, boot_ghcb, exit_code); in handle_vc_boot_ghcb()
1383 exit_code, regs->ip); in handle_vc_boot_ghcb()
1387 exit_code, regs->ip); in handle_vc_boot_ghcb()
1391 exit_code, regs->ip); in handle_vc_boot_ghcb()