Home
last modified time | relevance | path

Searched refs:SIGABRT (Results 1 – 16 of 16) sorted by relevance

/arch/alpha/include/uapi/asm/
Dsignal.h28 #define SIGABRT 6 macro
57 #define SIGIOT SIGABRT
/arch/um/os-Linux/
Dutil.c90 if (!sigemptyset(&sig) && !sigaddset(&sig, SIGABRT)) in uml_abort()
94 if (kill(getpid(), SIGABRT) < 0) in uml_abort()
/arch/ia64/include/uapi/asm/
Dsignal.h18 #define SIGABRT 6 macro
/arch/parisc/include/uapi/asm/
Dsignal.h10 #define SIGABRT 6 macro
/arch/h8300/include/uapi/asm/
Dsignal.h23 #define SIGABRT 6 macro
/arch/m68k/include/uapi/asm/
Dsignal.h23 #define SIGABRT 6 macro
/arch/arm/include/uapi/asm/
Dsignal.h23 #define SIGABRT 6 macro
/arch/s390/include/uapi/asm/
Dsignal.h31 #define SIGABRT 6 macro
/arch/xtensa/include/uapi/asm/
Dsignal.h40 #define SIGABRT 6 macro
/arch/mips/include/uapi/asm/
Dsignal.h31 #define SIGABRT SIGIOT /* Abort (ANSI). */ macro
/arch/x86/include/uapi/asm/
Dsignal.h28 #define SIGABRT 6 macro
/arch/powerpc/include/uapi/asm/
Dsignal.h26 #define SIGABRT 6 macro
/arch/powerpc/kernel/
Dtraps.c499 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/
Dsignal.h22 #define SIGABRT 6 macro
/arch/powerpc/kvm/
Dbook3s_hv_builtin.c665 die("Bad interrupt in KVM entry/exit code", regs, SIGABRT); in kvmppc_bad_interrupt()
/arch/mips/kernel/
Dasm-offsets.c264 DEFINE(_SIGABRT, SIGABRT); in output_signal_defined()