Home
last modified time | relevance | path

Searched refs:SIGINT (Results 1 – 19 of 19) sorted by relevance

/arch/sh/kernel/
Dtraps.c190 switch (notify_die(DIE_NMI, "NMI", regs, 0, vec & 0xff, SIGINT)) { in BUILD_TRAP_HANDLER()
195 die("Fatal Non-Maskable Interrupt", regs, SIGINT); in BUILD_TRAP_HANDLER()
/arch/ia64/include/uapi/asm/
Dsignal.h14 #define SIGINT 2 macro
/arch/parisc/include/uapi/asm/
Dsignal.h6 #define SIGINT 2 macro
/arch/m68k/include/uapi/asm/
Dsignal.h19 #define SIGINT 2 macro
/arch/h8300/include/uapi/asm/
Dsignal.h19 #define SIGINT 2 macro
/arch/s390/include/uapi/asm/
Dsignal.h27 #define SIGINT 2 macro
/arch/arm/include/uapi/asm/
Dsignal.h19 #define SIGINT 2 macro
/arch/xtensa/include/uapi/asm/
Dsignal.h36 #define SIGINT 2 macro
/arch/x86/include/uapi/asm/
Dsignal.h24 #define SIGINT 2 macro
/arch/mips/include/uapi/asm/
Dsignal.h26 #define SIGINT 2 /* Interrupt (ANSI). */ macro
/arch/powerpc/include/uapi/asm/
Dsignal.h22 #define SIGINT 2 macro
/arch/alpha/include/uapi/asm/
Dsignal.h24 #define SIGINT 2 macro
/arch/sparc/kernel/
Dnmi.c73 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in die_nmi()
96 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in perfctr_irq()
/arch/mips/sgi-ip32/
Dip32-reset.c98 if (shutting_down || kill_cad_pid(SIGINT, 1)) { in ip32_prepare_poweroff()
/arch/sparc/include/uapi/asm/
Dsignal.h13 #define SIGINT 2 macro
/arch/mips/sgi-ip22/
Dip22-reset.c127 kill_cad_pid(SIGINT, 1)) { in power_button()
/arch/um/os-Linux/
Dutil.c111 signal(SIGINT, SIG_DFL); in os_fix_helper_signals()
Dmain.c136 install_fatal_handler(SIGINT); in main()
/arch/mips/kernel/
Dasm-offsets.c257 DEFINE(_SIGINT, SIGINT); in output_signal_defined()