Lines Matching refs:rtas_error_log
224 static void rtas_parse_epow_errlog(struct rtas_error_log *log) in rtas_parse_epow_errlog()
297 pseries_log = get_pseries_errorlog((struct rtas_error_log *)ras_log_buf, in ras_hotplug_interrupt()
342 rtas_parse_epow_errlog((struct rtas_error_log *)ras_log_buf); in ras_epow_interrupt()
358 struct rtas_error_log *rtas_elog; in ras_error_interrupt()
371 rtas_elog = (struct rtas_error_log *)ras_log_buf; in ras_error_interrupt()
403 static inline struct rtas_error_log *fwnmi_get_errlog(void) in fwnmi_get_errlog()
405 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errlog()
423 static struct rtas_error_log *fwnmi_get_errinfo(struct pt_regs *regs) in fwnmi_get_errinfo()
426 struct rtas_error_log *h; in fwnmi_get_errinfo()
439 h = (struct rtas_error_log *)&savep[1]; in fwnmi_get_errinfo()
452 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errinfo()
484 struct rtas_error_log *errhdr = fwnmi_get_errinfo(regs); in pSeries_system_reset_exception()
498 static int mce_handle_error(struct pt_regs *regs, struct rtas_error_log *errp) in mce_handle_error()
697 struct rtas_error_log *err; in mce_process_errlog_event()
793 struct rtas_error_log *errp; in pseries_machine_check_realmode()