Lines Matching refs:exit_code
471 u64 exit_code, exit_info_1, exit_info_2; in vc_do_mmio() local
481 exit_code = read ? SVM_VMGEXIT_MMIO_READ : SVM_VMGEXIT_MMIO_WRITE; in vc_do_mmio()
497 return sev_es_ghcb_hv_call(ghcb, ctxt, exit_code, exit_info_1, exit_info_2); in vc_do_mmio()
798 unsigned long exit_code) in vc_handle_exitcode() argument
800 enum es_result result = vc_check_opcode_bytes(ctxt, exit_code); in vc_handle_exitcode()
805 switch (exit_code) { in vc_handle_exitcode()
817 result = vc_handle_rdtsc(ghcb, ctxt, exit_code); in vc_handle_exitcode()
1025 unsigned long exit_code = regs->orig_ax; in handle_vc_boot_ghcb() local
1031 result = vc_init_em_ctxt(&ctxt, regs, exit_code); in handle_vc_boot_ghcb()
1033 result = vc_handle_exitcode(&ctxt, boot_ghcb, exit_code); in handle_vc_boot_ghcb()
1042 exit_code, regs->ip); in handle_vc_boot_ghcb()
1046 exit_code, regs->ip); in handle_vc_boot_ghcb()
1050 exit_code, regs->ip); in handle_vc_boot_ghcb()