Home
last modified time | relevance | path

Searched refs:rtas_error_log (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/platforms/pseries/
Dras.c129 void rtas_parse_epow_errlog(struct rtas_error_log *log) in rtas_parse_epow_errlog()
208 rtas_parse_epow_errlog((struct rtas_error_log *)ras_log_buf); in ras_epow_interrupt()
224 struct rtas_error_log *rtas_elog; in ras_error_interrupt()
237 rtas_elog = (struct rtas_error_log *)ras_log_buf; in ras_error_interrupt()
285 static struct rtas_error_log *fwnmi_get_errinfo(struct pt_regs *regs) in fwnmi_get_errinfo()
288 struct rtas_error_log *h, *errhdr = NULL; in fwnmi_get_errinfo()
299 h = (struct rtas_error_log *)&savep[1]; in fwnmi_get_errinfo()
302 errhdr = (struct rtas_error_log *)&__get_cpu_var(mce_data_buf); in fwnmi_get_errinfo()
309 errhdr = (struct rtas_error_log *)global_mce_data_buf; in fwnmi_get_errinfo()
329 struct rtas_error_log *errhdr = fwnmi_get_errinfo(regs); in pSeries_system_reset_exception()
[all …]
Dio_event_irq.c75 static struct pseries_io_event * ioei_find_event(struct rtas_error_log *elog) in ioei_find_event()
136 event = ioei_find_event((struct rtas_error_log *)ioei_rtas_buf); in ioei_interrupt()
/arch/powerpc/kernel/
Drtasd.c147 struct rtas_error_log *errlog = (struct rtas_error_log *)buf; in printk_log_rtas()
158 struct rtas_error_log *err; in log_rtas_len()
162 err = (struct rtas_error_log *)buf; in log_rtas_len()
Drtas.c990 struct pseries_errorlog *get_pseries_errorlog(struct rtas_error_log *log, in get_pseries_errorlog()
/arch/powerpc/include/asm/
Drtas.h150 struct rtas_error_log { struct
236 struct pseries_errorlog *get_pseries_errorlog(struct rtas_error_log *log,