Lines Matching refs:die
223 void die(const char *str, struct pt_regs *regs, long err) in die() function
250 die("Exception in kernel mode", regs, signr); in _exception()
280 die("System Reset", regs, SIGABRT); in system_reset_exception()
736 die("Machine check", regs, SIGBUS); in machine_check_exception()
748 die("System Management Interrupt", regs, SIGABRT); in SMIException()
1195 die("Unrecoverable exception", regs, SIGABRT); in program_check_exception()
1311 die("nonrecoverable exception", regs, SIGKILL); in nonrecoverable_exception()
1327 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT); in kernel_fp_unavailable_exception()
1345 die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); in altivec_unavailable_exception()
1362 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT); in vsx_unavailable_exception()
1417 die("Unexpected facility unavailable exception", regs, SIGABRT); in facility_unavailable_exception()
1534 die("Kernel Mode Unimplemented Instruction or SW FPU Emulation", in SoftwareEmulation()
1684 die("Kernel VMX/Altivec assist exception", regs, SIGILL); in altivec_assist_exception()
1815 die("Unrecoverable exception", regs, SIGABRT); in unrecoverable_exception()
1845 die("Bad kernel stack pointer", regs, SIGABRT); in kernel_bad_stack()