Searched refs:die_mce (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | bug.h | 127 void die_mce(const char *str, struct pt_regs *regs, long err);
|
/linux/arch/powerpc/kernel/ |
H A D | traps.c | 795 void die_mce(const char *str, struct pt_regs *regs, long err) in die_mce() function 845 die_mce("Machine check", regs, SIGBUS); in __machine_check_exception() 850 die_mce("Unrecoverable Machine check", regs, SIGBUS); in __machine_check_exception()
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | ras.c | 822 die_mce("Machine check", regs, SIGBUS); in recover_mce()
|