Home
last modified time | relevance | path

Searched refs:SIGABRT (Results 1 - 25 of 67) sorted by relevance

123

/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dsignal.h28 #define SIGABRT 6 macro
57 #define SIGIOT SIGABRT
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dsignal.h28 #define SIGABRT 6 macro
57 #define SIGIOT SIGABRT
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dutil.c90 if (!sigemptyset(&sig) && !sigaddset(&sig, SIGABRT)) in uml_abort()
94 if (kill(getpid(), SIGABRT) < 0) in uml_abort()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
H A Dasm-offsets.h8 #define SIGABRT 6 macro
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dasm-offsets.h9 #define SIGABRT 6 macro
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dsignal.h18 #define SIGABRT 6 macro
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dsig_names.h19 [SIGABRT] = 6, /* SIGIOT: -, 6, - */
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dsig_names.h19 [SIGABRT] = 6, /* SIGIOT: -, 6, - */
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dstackprotector.h27 my_syscall2(__NR_kill, pid, SIGABRT); in __stack_chk_fail()
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dsignal.h18 #define SIGABRT 6 macro
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dsignal.h10 #define SIGABRT 6 macro
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dsignal.h31 #define SIGABRT 6 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsignal.h16 #define SIGABRT 6 macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A 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...]
/kernel/linux/linux-6.6/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()
1707 die("Unrecoverable VMX/Altivec 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()
[all...]
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H A Dsignal.h40 #define SIGABRT 6 macro
/kernel/linux/linux-5.10/arch/h8300/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dsignal.h31 #define SIGABRT SIGIOT /* Abort (ANSI). */ macro
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H A Dsignal.h26 #define SIGABRT 6 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dsignal.h10 #define SIGABRT 6 macro
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Dsignal.h31 #define SIGABRT 6 macro

Completed in 11 milliseconds

123