/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | signal.c | 3 * OpenRISC signal.c 18 #include <linux/signal.h> 75 * Since we stacked the signal on a dword boundary, in _sys_rt_sigreturn() 103 * Set up a signal frame. 127 * Work out where the signal frame should go. It's either on the user stack 144 /* grab and setup a signal frame. 192 /* Set up registers for signal handler */ in setup_rt_frame() 259 * Get the signal to deliver. During the call to get_signal the in do_signal()
|
/kernel/linux/linux-5.10/arch/nds32/mm/ |
H A D | fault.c | 6 #include <linux/signal.h> 108 /* Send a signal to the task for handling the unalignment access. */ in do_page_fault() 214 * If we need to retry but a fatal signal is pending, handle the in do_page_fault() 215 * signal first. We do not need to release the mmap_lock because it in do_page_fault()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | fault.c | 9 #include <linux/signal.h>
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | Makefile | 9 process.o prom.o ptrace.o reset.o setup.o signal.o \
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
H A D | fault.c | 14 #include <linux/signal.h> 293 * If we need to retry but a fatal signal is pending, handle the in do_page_fault() 294 * signal first. We do not need to release the mmap_lock because it in do_page_fault()
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | init_32.c | 12 #include <linux/signal.h>
|
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/ |
H A D | core.c | 11 #include <asm/fpu/signal.h> 344 * Called by sys_execve(), by the signal handler code and by various
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | hw_breakpoint.c | 11 #include <linux/sched/signal.h> 339 /* Deliver the signal to userspace */ in hw_breakpoint_handler()
|
/kernel/linux/linux-5.10/arch/mips/sibyte/sb1250/ |
H A D | irq.c | 15 #include <asm/signal.h>
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | fpu_proto.h | 64 extern void math_abort(struct math_emu_info *info, unsigned int signal);
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_h4.c | 25 #include <linux/signal.h>
|
/kernel/linux/linux-5.10/arch/csky/kernel/ |
H A D | signal.c | 3 #include <linux/signal.h> 121 * If we are on the alternate signal stack and would overflow it, don't. in get_sigframe() 127 /* This is the X/Open sanctioned signal stack switching. */ in get_sigframe() 162 * Set up registers for signal handler. in setup_rt_frame() 164 * user-space at the time we took the signal. in setup_rt_frame() 170 regs->a0 = ksig->sig; /* a0: signal number */ in setup_rt_frame() 220 /* Actually deliver the signal */ in do_signal() 247 * If there is no signal to deliver, we just put the saved in do_signal() 263 /* Handle pending signal delivery */ in do_notify_resume()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_opp.h | 169 enum signal_type signal);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | timing_generator.h | 158 const enum signal_type signal,
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | Makefile | 9 process.o prom.o ptrace.o reset.o setup.o signal.o \
|
/kernel/linux/linux-6.6/arch/csky/kernel/ |
H A D | signal.c | 3 #include <linux/signal.h> 121 * If we are on the alternate signal stack and would overflow it, don't. in get_sigframe() 127 /* This is the X/Open sanctioned signal stack switching. */ in get_sigframe() 162 * Set up registers for signal handler. in setup_rt_frame() 164 * user-space at the time we took the signal. in setup_rt_frame() 170 regs->a0 = ksig->sig; /* a0: signal number */ in setup_rt_frame() 218 /* Actually deliver the signal */ in do_signal() 245 * If there is no signal to deliver, we just put the saved in do_signal() 261 /* Handle pending signal delivery */ in do_notify_resume()
|
H A D | traps.c | 5 #include <linux/signal.h> 121 pr_info("%s[%d]: unhandled signal %d code 0x%x at 0x%08lx", in do_trap()
|
/kernel/linux/linux-6.6/arch/loongarch/mm/ |
H A D | init.c | 7 #include <linux/signal.h>
|
H A D | fault.c | 9 #include <linux/signal.h>
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | unaligned.c | 14 #include <linux/signal.h>
|
/kernel/linux/linux-6.6/arch/csky/mm/ |
H A D | init.c | 7 #include <linux/signal.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | set-timer-lat.c | 28 #include <signal.h> 258 /* Set up signal handler: */ in main()
|
H A D | valid-adjtimex.c | 33 #include <signal.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | pkey_siginfo.c | 6 * Test if the signal information reports the correct memory protection 16 #include <signal.h> 215 * restrictive pkey as the signal handler would have in protect_access()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 19 #include <signal.h>
|