Searched refs:local_copy (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/arch/sparc/kernel/ |
D | traps_64.c | 2083 struct sun4v_error_entry *ent, local_copy; in sun4v_resum_error() local 2094 memcpy(&local_copy, ent, sizeof(struct sun4v_error_entry)); in sun4v_resum_error() 2102 if (local_copy.err_type == SUN4V_ERR_TYPE_SHUTDOWN_RQST) { in sun4v_resum_error() 2109 local_copy.err_secs); in sun4v_resum_error() 2117 if (local_copy.err_attrs & SUN4V_ERR_ATTRS_MCD) { in sun4v_resum_error() 2118 do_mcd_err(regs, local_copy); in sun4v_resum_error() 2122 sun4v_log_error(regs, &local_copy, cpu, in sun4v_resum_error() 2201 struct sun4v_error_entry *ent, local_copy; in sun4v_nonresum_error() local 2212 memcpy(&local_copy, ent, sizeof(struct sun4v_error_entry)); in sun4v_nonresum_error() 2221 sun4v_nonresum_error_user_handled(regs, &local_copy)) { in sun4v_nonresum_error() [all …]
|