Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h28 #define SIGABRT 6 macro
57 #define SIGIOT SIGABRT
/openbmc/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()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dasm-offsets.h9 #define SIGABRT 6 macro
H A Dzt-test.S259 mov x1, #SIGABRT
298 mov x1, #SIGABRT
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c496 die("System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI()
506 die("Unrecoverable nested System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI()
512 die("Unrecoverable System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI()
881 die("System Management Interrupt", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER()
1549 die("Unrecoverable exception", regs, SIGABRT); in do_program_check()
1693 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER()
1721 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER()
1738 die("Unrecoverable TM Unavailable Exception", regs, SIGABRT); in tm_unavailable()
1778 die("Unexpected facility unavailable exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER()
2241 die("Unrecoverable exception", regs, SIGABRT); in unrecoverable_exception()
[all …]
/openbmc/linux/tools/include/nolibc/
H A Dstackprotector.h27 my_syscall2(__NR_kill, pid, SIGABRT); in __stack_chk_fail()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h13 #define TARGET_SIGIOT SIGABRT /* compatibility */
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h13 #define TARGET_SIGIOT SIGABRT /* compatibility */
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dsignal.h18 #define SIGABRT 6 macro
/openbmc/linux/security/apparmor/include/
H A Dsig_names.h19 [SIGABRT] = 6, /* SIGIOT: -, 6, - */
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h15 #define SIGABRT 6 macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h17 #define TARGET_SIGIOT SIGABRT /* compatibility */
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h10 #define SIGABRT 6 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsignal.h16 #define SIGABRT 6 macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dsignal.h31 #define SIGABRT 6 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h40 #define SIGABRT 6 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsignal.h28 #define SIGABRT 6 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h31 #define SIGABRT SIGIOT /* Abort (ANSI). */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h26 #define SIGABRT 6 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h27 #define SIGABRT 6 macro
/openbmc/qemu/tests/tcg/ppc64/
H A Dbcdsub.c126 sigaction(SIGABRT, &action, NULL); in main()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h22 #define SIGABRT 6 macro
/openbmc/gpioplus/test/internal/
H A Dfd.cpp78 if (signum == SIGABRT) in abrt_handler()
94 ASSERT_EQ(0, sigaction(SIGABRT, &act, nullptr)); in TEST_F()

12