Home
last modified time | relevance | path

Searched refs:die_will_crash (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dbug.h128 extern bool die_will_crash(void);
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dras.c814 } else if (die_will_crash()) { in recover_mce()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal.c619 } else if (die_will_crash()) { in opal_recover_mce()
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c142 bool die_will_crash(void) in die_will_crash() function