Lines Matching refs:rtas_error_log
158 static void rtas_parse_epow_errlog(struct rtas_error_log *log) in rtas_parse_epow_errlog()
231 pseries_log = get_pseries_errorlog((struct rtas_error_log *)ras_log_buf, in ras_hotplug_interrupt()
275 rtas_parse_epow_errlog((struct rtas_error_log *)ras_log_buf); in ras_epow_interrupt()
291 struct rtas_error_log *rtas_elog; in ras_error_interrupt()
304 rtas_elog = (struct rtas_error_log *)ras_log_buf; in ras_error_interrupt()
336 static inline struct rtas_error_log *fwnmi_get_errlog(void) in fwnmi_get_errlog()
338 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errlog()
356 static struct rtas_error_log *fwnmi_get_errinfo(struct pt_regs *regs) in fwnmi_get_errinfo()
359 struct rtas_error_log *h; in fwnmi_get_errinfo()
372 h = (struct rtas_error_log *)&savep[1]; in fwnmi_get_errinfo()
385 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errinfo()
417 struct rtas_error_log *errhdr = fwnmi_get_errinfo(regs); in pSeries_system_reset_exception()
435 struct rtas_error_log *err; in mce_process_errlog_event()
450 static int recover_mce(struct pt_regs *regs, struct rtas_error_log *err) in recover_mce()
503 struct rtas_error_log *errp; in pSeries_machine_check_exception()