Searched refs:rtas_error_log (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dio_event_irq.c71 static struct pseries_io_event * ioei_find_event(struct rtas_error_log *elog)
132 event = ioei_find_event((struct rtas_error_log *)ioei_rtas_buf);
H A Dras.c231 static void rtas_parse_epow_errlog(struct rtas_error_log *log)
304 pseries_log = get_pseries_errorlog((struct rtas_error_log *)ras_log_buf,
344 rtas_parse_epow_errlog((struct rtas_error_log *)ras_log_buf);
360 struct rtas_error_log *rtas_elog;
373 rtas_elog = (struct rtas_error_log *)ras_log_buf;
406 static inline struct rtas_error_log *fwnmi_get_errlog(void)
408 return (struct rtas_error_log *)local_paca->mce_data_buf;
440 static struct rtas_error_log *fwnmi_get_errinfo(struct pt_regs *regs)
442 struct rtas_error_log *h;
451 h = (struct rtas_error_log *)
[all...]
/linux-master/arch/powerpc/kernel/
H A Drtasd.c105 * 0-7 (8) : rtas_error_log
149 struct rtas_error_log *errlog = (struct rtas_error_log *)buf;
162 struct rtas_error_log *err;
167 err = (struct rtas_error_log *)buf;
276 static void handle_rtas_event(const struct rtas_error_log *log)
406 if (rtas_error_type((struct rtas_error_log *)logdata) !=
410 handle_rtas_event((struct rtas_error_log *)logdata);
H A Drtas.c1759 noinstr struct pseries_errorlog *get_pseries_errorlog(struct rtas_error_log *log,
/linux-master/arch/powerpc/include/asm/
H A Drtas-types.h24 struct rtas_error_log { struct
50 * from "buffer" field of struct rtas_error_log defined above.
H A Drtas.h310 static inline uint8_t rtas_error_severity(const struct rtas_error_log *elog)
315 static inline uint8_t rtas_error_disposition(const struct rtas_error_log *elog)
321 void rtas_set_disposition_recovered(struct rtas_error_log *elog)
327 static inline uint8_t rtas_error_extended(const struct rtas_error_log *elog)
332 static inline uint8_t rtas_error_initiator(const struct rtas_error_log *elog)
340 uint32_t rtas_error_extended_log_length(const struct rtas_error_log *elog)
409 struct pseries_errorlog *get_pseries_errorlog(struct rtas_error_log *log,

Completed in 260 milliseconds