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()
738 die("Machine check", regs, SIGBUS); in machine_check_exception()
750 die("System Management Interrupt", regs, SIGABRT); in SMIException()
1197 die("Unrecoverable exception", regs, SIGABRT); in program_check_exception()
1313 die("nonrecoverable exception", regs, SIGKILL); in nonrecoverable_exception()
1329 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT); in kernel_fp_unavailable_exception()
1347 die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); in altivec_unavailable_exception()
1364 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT); in vsx_unavailable_exception()
1454 die("Unexpected facility unavailable exception", regs, SIGABRT); in facility_unavailable_exception()
1571 die("Kernel Mode Unimplemented Instruction or SW FPU Emulation", in SoftwareEmulation()
1721 die("Kernel VMX/Altivec assist exception", regs, SIGILL); in altivec_assist_exception()
1852 die("Unrecoverable exception", regs, SIGABRT); in unrecoverable_exception()
1882 die("Bad kernel stack pointer", regs, SIGABRT); in kernel_bad_stack()