Searched refs:local_copy (Results 1 – 1 of 1) sorted by relevance
/arch/sparc/kernel/ |
D | traps_64.c | 2007 struct sun4v_error_entry *ent, local_copy; in sun4v_resum_error() local 2018 memcpy(&local_copy, ent, sizeof(struct sun4v_error_entry)); in sun4v_resum_error() 2026 if (local_copy.err_type == SUN4V_ERR_TYPE_SHUTDOWN_RQST) { in sun4v_resum_error() 2033 local_copy.err_secs); in sun4v_resum_error() 2038 sun4v_log_error(regs, &local_copy, cpu, in sun4v_resum_error() 2059 struct sun4v_error_entry *ent, local_copy; in sun4v_nonresum_error() local 2070 memcpy(&local_copy, ent, sizeof(struct sun4v_error_entry)); in sun4v_nonresum_error() 2088 sun4v_log_error(regs, &local_copy, cpu, in sun4v_nonresum_error()
|