Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/pseries/
Dras.c224 static void rtas_parse_epow_errlog(struct rtas_error_log *log) in rtas_parse_epow_errlog()
297 pseries_log = get_pseries_errorlog((struct rtas_error_log *)ras_log_buf, in ras_hotplug_interrupt()
342 rtas_parse_epow_errlog((struct rtas_error_log *)ras_log_buf); in ras_epow_interrupt()
358 struct rtas_error_log *rtas_elog; in ras_error_interrupt()
371 rtas_elog = (struct rtas_error_log *)ras_log_buf; in ras_error_interrupt()
403 static inline struct rtas_error_log *fwnmi_get_errlog(void) in fwnmi_get_errlog()
405 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errlog()
423 static struct rtas_error_log *fwnmi_get_errinfo(struct pt_regs *regs) in fwnmi_get_errinfo()
426 struct rtas_error_log *h; in fwnmi_get_errinfo()
439 h = (struct rtas_error_log *)&savep[1]; in fwnmi_get_errinfo()
[all …]
Dio_event_irq.c71 static struct pseries_io_event * ioei_find_event(struct rtas_error_log *elog) in ioei_find_event()
132 event = ioei_find_event((struct rtas_error_log *)ioei_rtas_buf); in ioei_interrupt()
/Linux-v5.4/arch/powerpc/include/asm/
Drtas.h151 struct rtas_error_log { struct
176 static inline uint8_t rtas_error_severity(const struct rtas_error_log *elog) in rtas_error_severity() argument
181 static inline uint8_t rtas_error_disposition(const struct rtas_error_log *elog) in rtas_error_disposition()
187 void rtas_set_disposition_recovered(struct rtas_error_log *elog) in rtas_set_disposition_recovered()
193 static inline uint8_t rtas_error_extended(const struct rtas_error_log *elog) in rtas_error_extended()
198 static inline uint8_t rtas_error_initiator(const struct rtas_error_log *elog) in rtas_error_initiator()
206 uint32_t rtas_error_extended_log_length(const struct rtas_error_log *elog) in rtas_error_extended_log_length()
341 struct pseries_errorlog *get_pseries_errorlog(struct rtas_error_log *log,
/Linux-v5.4/arch/powerpc/kernel/
Drtasd.c149 struct rtas_error_log *errlog = (struct rtas_error_log *)buf; in printk_log_rtas()
162 struct rtas_error_log *err; in log_rtas_len()
167 err = (struct rtas_error_log *)buf; in log_rtas_len()
287 static void handle_rtas_event(const struct rtas_error_log *log) in handle_rtas_event()
300 static void handle_rtas_event(const struct rtas_error_log *log) in handle_rtas_event()
428 if (rtas_error_type((struct rtas_error_log *)logdata) != in do_event_scan()
432 handle_rtas_event((struct rtas_error_log *)logdata); in do_event_scan()
Drtas.c1031 struct pseries_errorlog *get_pseries_errorlog(struct rtas_error_log *log, in get_pseries_errorlog()