Lines Matching refs:exit_code
1426 u64 exit_code, exit_info_1, exit_info_2; in vc_do_mmio() local
1436 exit_code = read ? SVM_VMGEXIT_MMIO_READ : SVM_VMGEXIT_MMIO_WRITE; in vc_do_mmio()
1452 return sev_es_ghcb_hv_call(ghcb, ctxt, exit_code, exit_info_1, exit_info_2); in vc_do_mmio()
1753 unsigned long exit_code) in vc_handle_exitcode() argument
1757 switch (exit_code) { in vc_handle_exitcode()
1769 result = vc_handle_rdtsc(ghcb, ctxt, exit_code); in vc_handle_exitcode()
2004 unsigned long exit_code = regs->orig_ax; in handle_vc_boot_ghcb() local
2010 result = vc_init_em_ctxt(&ctxt, regs, exit_code); in handle_vc_boot_ghcb()
2012 result = vc_handle_exitcode(&ctxt, boot_ghcb, exit_code); in handle_vc_boot_ghcb()
2021 exit_code, regs->ip); in handle_vc_boot_ghcb()
2025 exit_code, regs->ip); in handle_vc_boot_ghcb()
2029 exit_code, regs->ip); in handle_vc_boot_ghcb()
2173 int snp_issue_guest_request(u64 exit_code, struct snp_req_data *input, struct snp_guest_request_ioc… in snp_issue_guest_request() argument
2197 if (exit_code == SVM_VMGEXIT_EXT_GUEST_REQUEST) { in snp_issue_guest_request()
2202 ret = sev_es_ghcb_hv_call(ghcb, &ctxt, exit_code, input->req_gpa, input->resp_gpa); in snp_issue_guest_request()
2217 if (exit_code == SVM_VMGEXIT_EXT_GUEST_REQUEST) { in snp_issue_guest_request()