Home
last modified time | relevance | path

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

/arch/alpha/include/uapi/asm/
A Dsignal.h28 #define SIGABRT 6 macro
57 #define SIGIOT SIGABRT
/arch/um/os-Linux/
A Dutil.c92 if (!sigemptyset(&sig) && !sigaddset(&sig, SIGABRT)) in uml_abort()
96 if (kill(getpid(), SIGABRT) < 0) in uml_abort()
/arch/m68k/include/uapi/asm/
A Dsignal.h23 #define SIGABRT 6 macro
/arch/parisc/include/uapi/asm/
A Dsignal.h10 #define SIGABRT 6 macro
/arch/arm/include/uapi/asm/
A Dsignal.h23 #define SIGABRT 6 macro
/arch/s390/include/uapi/asm/
A Dsignal.h31 #define SIGABRT 6 macro
/arch/xtensa/include/uapi/asm/
A Dsignal.h40 #define SIGABRT 6 macro
/arch/mips/include/uapi/asm/
A Dsignal.h31 #define SIGABRT SIGIOT /* Abort (ANSI). */ macro
/arch/x86/include/uapi/asm/
A Dsignal.h27 #define SIGABRT 6 macro
/arch/powerpc/kernel/
A Dtraps.c495 die("System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI()
505 die("Unrecoverable nested System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI()
511 die("Unrecoverable System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI()
880 die("System Management Interrupt", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER()
1548 die("Unrecoverable exception", regs, SIGABRT); in do_program_check()
1692 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER()
1720 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER()
1737 die("Unrecoverable TM Unavailable Exception", regs, SIGABRT); in tm_unavailable()
1777 die("Unexpected facility unavailable exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER()
2240 die("Unrecoverable exception", regs, SIGABRT); in unrecoverable_exception()
[all …]
/arch/powerpc/include/uapi/asm/
A Dsignal.h26 #define SIGABRT 6 macro
/arch/sparc/include/uapi/asm/
A Dsignal.h22 #define SIGABRT 6 macro
/arch/loongarch/kernel/
A Dasm-offsets.c233 DEFINE(_SIGABRT, SIGABRT); in output_signal_defines()
/arch/mips/kernel/
A Dasm-offsets.c273 DEFINE(_SIGABRT, SIGABRT); in output_signal_defined()

Completed in 26 milliseconds