Lines Matching refs:rtas_error_log
231 static void rtas_parse_epow_errlog(struct rtas_error_log *log) in rtas_parse_epow_errlog()
304 pseries_log = get_pseries_errorlog((struct rtas_error_log *)ras_log_buf, in ras_hotplug_interrupt()
344 rtas_parse_epow_errlog((struct rtas_error_log *)ras_log_buf); in ras_epow_interrupt()
360 struct rtas_error_log *rtas_elog; in ras_error_interrupt()
373 rtas_elog = (struct rtas_error_log *)ras_log_buf; in ras_error_interrupt()
406 static inline struct rtas_error_log *fwnmi_get_errlog(void) in fwnmi_get_errlog()
408 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errlog()
440 static struct rtas_error_log *fwnmi_get_errinfo(struct pt_regs *regs) in fwnmi_get_errinfo()
442 struct rtas_error_log *h; in fwnmi_get_errinfo()
451 h = (struct rtas_error_log *)&savep[1]; in fwnmi_get_errinfo()
464 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errinfo()
565 struct rtas_error_log *errp, in mce_handle_err_virtmode()
738 static int mce_handle_error(struct pt_regs *regs, struct rtas_error_log *errp) in mce_handle_error()
767 struct rtas_error_log *err; in pSeries_machine_check_log_err()
863 struct rtas_error_log *errp; in pseries_machine_check_realmode()