Lines Matching refs:rtas_error_log
131 static void rtas_parse_epow_errlog(struct rtas_error_log *log) in rtas_parse_epow_errlog()
211 rtas_parse_epow_errlog((struct rtas_error_log *)ras_log_buf); in ras_epow_interrupt()
227 struct rtas_error_log *rtas_elog; in ras_error_interrupt()
240 rtas_elog = (struct rtas_error_log *)ras_log_buf; in ras_error_interrupt()
289 static struct rtas_error_log *fwnmi_get_errinfo(struct pt_regs *regs) in fwnmi_get_errinfo()
292 struct rtas_error_log *h, *errhdr = NULL; in fwnmi_get_errinfo()
306 h = (struct rtas_error_log *)&savep[1]; in fwnmi_get_errinfo()
309 errhdr = (struct rtas_error_log *)this_cpu_ptr(&mce_data_buf); in fwnmi_get_errinfo()
317 errhdr = (struct rtas_error_log *)global_mce_data_buf; in fwnmi_get_errinfo()
337 struct rtas_error_log *errhdr = fwnmi_get_errinfo(regs); in pSeries_system_reset_exception()
355 static int recover_mce(struct pt_regs *regs, struct rtas_error_log *err) in recover_mce()
407 struct rtas_error_log *errp; in pSeries_machine_check_exception()