| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | signal.h | 28 #define SIGABRT 6 macro 57 #define SIGIOT SIGABRT
|
| /linux-6.15/arch/um/os-Linux/ |
| H A D | util.c | 92 if (!sigemptyset(&sig) && !sigaddset(&sig, SIGABRT)) in uml_abort() 96 if (kill(getpid(), SIGABRT) < 0) in uml_abort()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | traps.c | 495 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 …]
|
| /linux-6.15/tools/testing/selftests/arm64/fp/ |
| H A D | asm-offsets.h | 9 #define SIGABRT 6 macro
|
| H A D | zt-test.S | 256 mov x1, #SIGABRT 300 mov x1, #SIGABRT
|
| H A D | za-test.S | 322 mov x1, #SIGABRT 370 mov x1, #SIGABRT
|
| H A D | sve-test.S | 503 mov x1, #SIGABRT 554 mov x1, #SIGABRT
|
| H A D | fpsimd-test.S | 300 mov x1, #SIGABRT
|
| /linux-6.15/tools/include/nolibc/ |
| H A D | stackprotector.h | 28 my_syscall2(__NR_kill, pid, SIGABRT); in __stack_chk_fail()
|
| H A D | stdlib.h | 37 sys_kill(sys_getpid(), SIGABRT); in abort()
|
| /linux-6.15/security/apparmor/include/ |
| H A D | sig_names.h | 19 [SIGABRT] = 6, /* SIGIOT: -, 6, - */
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 10 #define SIGABRT 6 macro
|
| /linux-6.15/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 23 #define SIGABRT 6 macro
|
| /linux-6.15/arch/arm/include/uapi/asm/ |
| H A D | signal.h | 23 #define SIGABRT 6 macro
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | signal.h | 16 #define SIGABRT 6 macro
|
| /linux-6.15/arch/s390/include/uapi/asm/ |
| H A D | signal.h | 31 #define SIGABRT 6 macro
|
| /linux-6.15/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 40 #define SIGABRT 6 macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 31 #define SIGABRT SIGIOT /* Abort (ANSI). */ macro
|
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | signal.h | 27 #define SIGABRT 6 macro
|
| /linux-6.15/arch/powerpc/include/uapi/asm/ |
| H A D | signal.h | 26 #define SIGABRT 6 macro
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H A D | signal.h | 22 #define SIGABRT 6 macro
|
| /linux-6.15/tools/testing/selftests/arm64/gcs/ |
| H A D | gcs-stress-thread.S | 16 #define SIGABRT 6 macro
|
| /linux-6.15/include/linux/ |
| H A D | signal.h | 428 rt_sigmask(SIGTRAP) | rt_sigmask(SIGABRT) | \
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | asm-offsets.c | 233 DEFINE(_SIGABRT, SIGABRT); in output_signal_defines()
|
| /linux-6.15/tools/iio/ |
| H A D | iio_generic_buffer.c | 321 const int signums[] = { SIGINT, SIGTERM, SIGABRT }; in register_cleanup()
|