Searched refs:local_copy (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/sparc/kernel/ |
D | traps_64.c | 2085 struct sun4v_error_entry *ent, local_copy; in sun4v_resum_error() local 2096 memcpy(&local_copy, ent, sizeof(struct sun4v_error_entry)); in sun4v_resum_error() 2104 if (local_copy.err_type == SUN4V_ERR_TYPE_SHUTDOWN_RQST) { in sun4v_resum_error() 2111 local_copy.err_secs); in sun4v_resum_error() 2119 if (local_copy.err_attrs & SUN4V_ERR_ATTRS_MCD) { in sun4v_resum_error() 2120 do_mcd_err(regs, local_copy); in sun4v_resum_error() 2124 sun4v_log_error(regs, &local_copy, cpu, in sun4v_resum_error() 2203 struct sun4v_error_entry *ent, local_copy; in sun4v_nonresum_error() local 2214 memcpy(&local_copy, ent, sizeof(struct sun4v_error_entry)); in sun4v_nonresum_error() 2223 sun4v_nonresum_error_user_handled(regs, &local_copy)) { in sun4v_nonresum_error() [all …]
|