Home
last modified time | relevance | path

Searched refs:eeh_check_failure (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Deeh.h295 int eeh_check_failure(const volatile void __iomem *token);
316 * If this macro yields TRUE, the caller relays to eeh_check_failure()
337 static inline int eeh_check_failure(const volatile void __iomem *token) in eeh_check_failure() function
367 eeh_check_failure(addr); in eeh_readb()
375 eeh_check_failure(addr); in eeh_readw()
383 eeh_check_failure(addr); in eeh_readl()
391 eeh_check_failure(addr); in eeh_readq()
399 eeh_check_failure(addr); in eeh_readw_be()
407 eeh_check_failure(addr); in eeh_readl_be()
415 eeh_check_failure(add in eeh_readq_be()
[all...]
/linux/arch/powerpc/kernel/
H A Deeh.c66 * eeh_check_failure() routine embedded in the MMIO macros. If
578 * eeh_check_failure - Check if all 1's data is due to EEH slot freeze
588 int eeh_check_failure(const volatile void __iomem *token) in eeh_check_failure() function
603 EXPORT_SYMBOL(eeh_check_failure);