Home
last modified time | relevance | path

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

12

/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h28 #define SIGABRT 6 macro
57 #define SIGIOT SIGABRT
/linux/arch/um/os-Linux/
H A Dutil.c92 if (!sigemptyset(&sig) && !sigaddset(&sig, SIGABRT)) in uml_abort()
96 if (kill(getpid(), SIGABRT) < 0) in uml_abort()
/linux/arch/powerpc/kernel/
H 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()
1706 die("Unrecoverable VMX/Altivec 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()
[all...]
/linux/tools/testing/selftests/arm64/fp/
H A Dasm-offsets.h9 #define SIGABRT 6 macro
H A Dzt-test.S256 mov x1, #SIGABRT
300 mov x1, #SIGABRT
H A Dza-test.S322 mov x1, #SIGABRT
370 mov x1, #SIGABRT
H A Dsve-test.S503 mov x1, #SIGABRT
554 mov x1, #SIGABRT
H A Dfpsimd-test.S300 mov x1, #SIGABRT
/linux/security/apparmor/include/
H A Dsig_names.h15 [SIGABRT] = 6, /* SIGIOT: -, 6, - */
/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h10 #define SIGABRT 6 macro
/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/linux/arch/s390/include/uapi/asm/
H A Dsignal.h31 #define SIGABRT 6 macro
/linux/arch/arm/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/linux/include/uapi/asm-generic/
H A Dsignal.h16 #define SIGABRT 6 macro
/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h40 #define SIGABRT 6 macro
/linux/arch/mips/include/uapi/asm/
H A Dsignal.h31 #define SIGABRT SIGIOT /* Abort (ANSI). */ macro
/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h26 #define SIGABRT 6 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h22 #define SIGABRT 6 macro
/linux/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress-thread.S16 #define SIGABRT 6 macro
/linux/tools/include/nolibc/
H A Dstdlib.h58 sys_kill(sys_getpid(), SIGABRT); in abort()
/linux/include/linux/
H A Dsignal.h360 * | SIGABRT/SIGIOT | coredump |
428 rt_sigmask(SIGTRAP) | rt_sigmask(SIGABRT) | \
/linux/arch/loongarch/kernel/
H A Dasm-offsets.c233 DEFINE(_SIGABRT, SIGABRT); in output_signal_defines()
/linux/tools/iio/
H A Diio_generic_buffer.c321 const int signums[] = { SIGINT, SIGTERM, SIGABRT }; in register_cleanup()
/linux/arch/mips/kernel/
H A Dasm-offsets.c273 DEFINE(_SIGABRT, SIGABRT); in output_signal_defined()
/linux/tools/perf/tests/
H A Dbuiltin-test.c320 SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGINT, SIGPIPE, SIGQUIT, SIGSEGV, SIGTERM, in run_test_child()

12