Lines Matching refs:signal
11 #include <linux/signal.h>
23 #include <linux/sched/signal.h>
158 /* Leave if the signal won't be shown */
316 void force_signal_inject(int signal, int code, unsigned long address, unsigned int err)
324 switch (signal) {
337 if (WARN_ON(signal != SIGKILL &&
338 siginfo_layout(signal, code) != SIL_FAULT)) {
339 signal = SIGKILL;
342 arm64_notify_die(desc, regs, signal, code, (void __user *)address, err);
346 * Set up process info to signal segmentation fault - called on access error.