Home
last modified time | relevance | path

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

/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()
H A Dpapr-hvpipe.c611 if (unlikely(rtas_error_type(elog) != RTAS_TYPE_HVPIPE)) { in hvpipe_event_interrupt()
613 rtas_error_type(elog)); in hvpipe_event_interrupt()
/linux/arch/powerpc/include/asm/
H A Drtas.h344 #define rtas_error_type(x) ((x)->byte3) macro