Lines Matching refs:exit_code
844 u64 exit_code, exit_info_1, exit_info_2; in vc_do_mmio() local
854 exit_code = read ? SVM_VMGEXIT_MMIO_READ : SVM_VMGEXIT_MMIO_WRITE; in vc_do_mmio()
870 return sev_es_ghcb_hv_call(ghcb, ctxt, exit_code, exit_info_1, exit_info_2); in vc_do_mmio()
1236 unsigned long exit_code) in vc_handle_exitcode() argument
1240 switch (exit_code) { in vc_handle_exitcode()
1252 result = vc_handle_rdtsc(ghcb, ctxt, exit_code); in vc_handle_exitcode()
1474 unsigned long exit_code = regs->orig_ax; in handle_vc_boot_ghcb() local
1484 result = vc_init_em_ctxt(&ctxt, regs, exit_code); in handle_vc_boot_ghcb()
1486 result = vc_handle_exitcode(&ctxt, boot_ghcb, exit_code); in handle_vc_boot_ghcb()
1495 exit_code, regs->ip); in handle_vc_boot_ghcb()
1499 exit_code, regs->ip); in handle_vc_boot_ghcb()
1503 exit_code, regs->ip); in handle_vc_boot_ghcb()