Searched refs:SIGABRT (Results 1 – 16 of 16) sorted by relevance
/arch/alpha/include/uapi/asm/ |
D | signal.h | 28 #define SIGABRT 6 macro 57 #define SIGIOT SIGABRT
|
/arch/um/os-Linux/ |
D | util.c | 90 if (!sigemptyset(&sig) && !sigaddset(&sig, SIGABRT)) in uml_abort() 94 if (kill(getpid(), SIGABRT) < 0) in uml_abort()
|
/arch/ia64/include/uapi/asm/ |
D | signal.h | 18 #define SIGABRT 6 macro
|
/arch/parisc/include/uapi/asm/ |
D | signal.h | 10 #define SIGABRT 6 macro
|
/arch/h8300/include/uapi/asm/ |
D | signal.h | 23 #define SIGABRT 6 macro
|
/arch/m68k/include/uapi/asm/ |
D | signal.h | 23 #define SIGABRT 6 macro
|
/arch/arm/include/uapi/asm/ |
D | signal.h | 23 #define SIGABRT 6 macro
|
/arch/s390/include/uapi/asm/ |
D | signal.h | 31 #define SIGABRT 6 macro
|
/arch/xtensa/include/uapi/asm/ |
D | signal.h | 40 #define SIGABRT 6 macro
|
/arch/mips/include/uapi/asm/ |
D | signal.h | 31 #define SIGABRT SIGIOT /* Abort (ANSI). */ macro
|
/arch/x86/include/uapi/asm/ |
D | signal.h | 28 #define SIGABRT 6 macro
|
/arch/powerpc/include/uapi/asm/ |
D | signal.h | 26 #define SIGABRT 6 macro
|
/arch/powerpc/kernel/ |
D | traps.c | 499 die("System Reset", regs, SIGABRT); in system_reset_exception() 509 die("Unrecoverable nested System Reset", regs, SIGABRT); in system_reset_exception() 515 die("Unrecoverable System Reset", regs, SIGABRT); in system_reset_exception() 883 die("System Management Interrupt", regs, SIGABRT); in SMIException() 1540 die("Unrecoverable exception", regs, SIGABRT); in program_check_exception() 1679 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT); in kernel_fp_unavailable_exception() 1697 die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); in altivec_unavailable_exception() 1714 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT); in vsx_unavailable_exception() 1731 die("Unrecoverable TM Unavailable Exception", regs, SIGABRT); in tm_unavailable() 1771 die("Unexpected facility unavailable exception", regs, SIGABRT); in facility_unavailable_exception() [all …]
|
/arch/sparc/include/uapi/asm/ |
D | signal.h | 22 #define SIGABRT 6 macro
|
/arch/powerpc/kvm/ |
D | book3s_hv_builtin.c | 665 die("Bad interrupt in KVM entry/exit code", regs, SIGABRT); in kvmppc_bad_interrupt()
|
/arch/mips/kernel/ |
D | asm-offsets.c | 264 DEFINE(_SIGABRT, SIGABRT); in output_signal_defined()
|