Lines Matching refs:pseries_log
226 struct pseries_errorlog *pseries_log; in rtas_parse_epow_errlog() local
231 pseries_log = get_pseries_errorlog(log, PSERIES_ELOG_SECT_ID_EPOW); in rtas_parse_epow_errlog()
232 if (pseries_log == NULL) in rtas_parse_epow_errlog()
235 epow_log = (struct epow_errorlog *)pseries_log->data; in rtas_parse_epow_errlog()
287 struct pseries_errorlog *pseries_log; in ras_hotplug_interrupt() local
297 pseries_log = get_pseries_errorlog((struct rtas_error_log *)ras_log_buf, in ras_hotplug_interrupt()
299 hp_elog = (struct pseries_hp_errorlog *)pseries_log->data; in ras_hotplug_interrupt()
502 struct pseries_errorlog *pseries_log; in mce_handle_error() local
550 pseries_log = get_pseries_errorlog(errp, PSERIES_ELOG_SECT_ID_MCE); in mce_handle_error()
551 if (pseries_log == NULL) in mce_handle_error()
554 mce_log = (struct pseries_mc_errorlog *)pseries_log->data; in mce_handle_error()