Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 111) sorted by relevance

12345

/arch/s390/kernel/
Dtraps.c411 int signal = 0; in illegal_op() local
426 signal = SIGILL; in illegal_op()
431 signal = math_emu_b3(opcode, regs); in illegal_op()
436 signal = math_emu_ed(opcode, regs); in illegal_op()
440 signal = math_emu_srnm(opcode, regs); in illegal_op()
444 signal = math_emu_stfpc(opcode, regs); in illegal_op()
448 signal = math_emu_lfpc(opcode, regs); in illegal_op()
451 signal = SIGILL; in illegal_op()
459 signal = SIGILL; in illegal_op()
463 if (signal == SIGFPE) in illegal_op()
[all …]
/arch/arm/mach-omap2/
Dmcbsp.c38 static int omap2_mcbsp1_mux_rx_clk(struct device *dev, const char *signal, in omap2_mcbsp1_mux_rx_clk() argument
45 if (!strcmp(signal, "clkr")) { in omap2_mcbsp1_mux_rx_clk()
52 } else if (!strcmp(signal, "fsr")) { in omap2_mcbsp1_mux_rx_clk()
71 static int omap4_mcbsp4_mux_rx_clk(struct device *dev, const char *signal, in omap4_mcbsp4_mux_rx_clk() argument
81 if (!strcmp(signal, "clkr")) { in omap4_mcbsp4_mux_rx_clk()
88 } else if (!strcmp(signal, "fsr")) { in omap4_mcbsp4_mux_rx_clk()
/arch/um/os-Linux/
DMakefile7 registers.o sigio.o signal.o start_up.o time.o tty.o \
13 main.o mem.o process.o registers.o sigio.o signal.o start_up.o time.o \
Dutil.c101 signal(SIGSEGV, SIG_DFL); in os_dump_core()
110 signal(SIGTERM, SIG_IGN); in os_dump_core()
Dprocess.c242 signal(SIGHUP, SIG_IGN); in init_new_thread_signals()
244 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
245 signal(SIGTERM, SIG_DFL); in init_new_thread_signals()
/arch/ia64/mm/
Dfault.c78 int signal = SIGSEGV, code = SEGV_MAPERR; in ia64_do_page_fault() local
166 signal = SIGBUS; in ia64_do_page_fault()
222 si.si_signo = signal; in ia64_do_page_fault()
228 force_sig_info(signal, &si, current); in ia64_do_page_fault()
/arch/powerpc/include/asm/
Dsigcontext.h18 int signal; member
Duser.h40 long int signal; /* signal causing core dump */ member
/arch/frv/include/asm/
Duser.h69 long int signal; /* Signal that caused the core dump. */ member
/arch/s390/include/asm/
Duser.h65 long int signal; /* Signal that caused the core dump. */ member
/arch/mn10300/include/asm/
Duser.h38 long int signal; /* Signal that caused the core dump. */ member
/arch/score/kernel/
DMakefile8 setup.o signal.o sys_score.o time.o traps.o \
/arch/mips/include/asm/
Duser.h46 long int signal; /* signal causing core dump */ member
/arch/arm/plat-omap/include/plat/
Dmcbsp.h51 int (*mux_signal)(struct device *dev, const char *signal, const char *src);
/arch/cris/include/asm/
Duser.h40 long int signal; /* signal causing core dump */ member
/arch/m32r/include/asm/
Duser.h40 long int signal; /* signal causing core dump */ member
/arch/alpha/include/asm/
Duser.h41 long int signal; /* signal causing core dump */ member
/arch/ia64/include/asm/
Duser.h46 long int signal; /* signal causing core dump */ member
/arch/avr32/include/asm/
Duser.h53 long int signal; /* signal causing core dump */ member
/arch/mips/include/asm/vr41xx/
Dgiu.h45 irq_signal_t signal);
/arch/h8300/kernel/
DMakefile8 sys_h8300.o time.o signal.o \
/arch/h8300/include/asm/
Duser.h63 long int signal; /* Signal that caused the core dump. */ member
/arch/m32r/kernel/
DMakefile8 m32r_ksyms.o sys_m32r.o signal.o ptrace.o
/arch/openrisc/kernel/
DMakefile8 traps.o time.o irq.o entry.o ptrace.o signal.o sys_or32.o \
/arch/c6x/kernel/
DMakefile7 obj-y := process.o traps.o irq.o signal.o ptrace.o

12345