Home
last modified time | relevance | path

Searched refs:rtas_error_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dio_event_irq.c81 if (unlikely(rtas_error_type(elog) != RTAS_TYPE_IO)) { in ioei_find_event()
83 rtas_error_type(elog)); in ioei_find_event()
/openbmc/linux/arch/powerpc/kernel/
H A Drtasd.c153 rtas_event_type(rtas_error_type(errlog)), in printk_log_rtas()
154 rtas_error_type(errlog), in printk_log_rtas()
281 if (rtas_error_type(log) == RTAS_TYPE_PRRN) in handle_rtas_event()
406 if (rtas_error_type((struct rtas_error_log *)logdata) != in do_event_scan()
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas.h323 #define rtas_error_type(x) ((x)->byte3) macro