Lines Matching refs:rtas_error_log
223 static void rtas_parse_epow_errlog(struct rtas_error_log *log) in rtas_parse_epow_errlog()
296 pseries_log = get_pseries_errorlog((struct rtas_error_log *)ras_log_buf, in ras_hotplug_interrupt()
336 rtas_parse_epow_errlog((struct rtas_error_log *)ras_log_buf); in ras_epow_interrupt()
352 struct rtas_error_log *rtas_elog; in ras_error_interrupt()
365 rtas_elog = (struct rtas_error_log *)ras_log_buf; in ras_error_interrupt()
398 static inline struct rtas_error_log *fwnmi_get_errlog(void) in fwnmi_get_errlog()
400 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errlog()
432 static struct rtas_error_log *fwnmi_get_errinfo(struct pt_regs *regs) in fwnmi_get_errinfo()
434 struct rtas_error_log *h; in fwnmi_get_errinfo()
443 h = (struct rtas_error_log *)&savep[1]; in fwnmi_get_errinfo()
456 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errinfo()
555 struct rtas_error_log *errp, in mce_handle_err_virtmode()
713 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 mce_process_errlog_event()
863 struct rtas_error_log *errp; in pseries_machine_check_realmode()