Searched refs:signal (Results 251 - 275 of 1673) sorted by path

<<11121314151617181920>>

/linux-master/arch/powerpc/include/asm/
H A Dsignal.h6 #include <uapi/asm/signal.h>
H A Dsyscalls_32.h7 #include <asm/signal.h>
33 int signal; member in struct:sigcontext32
54 /* glibc has 1024-bit signal masks, ours are 64-bit */
H A Duser.h41 long int signal; /* signal causing core dump */ member in struct:user
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h73 #include <asm-generic/signal-defs.h>
101 * disable certain debugging things that can be done from signal
103 * SA_SIGINFO signal so the ucontext can be passed to it. It takes an
105 * perform before returning from the signal.
/linux-master/arch/powerpc/kernel/
H A DMakefile70 signal.o sysfs.o cacheinfo.o time.o \
H A Dasm-offsets.c13 #include <linux/signal.h>
H A Dinterrupt.c17 #include <asm/signal.h>
192 * SIGPENDING must restore signal handler function
H A Dirq.c32 #include <linux/signal.h>
H A Dirq_64.c24 #include <linux/signal.h>
H A Dkgdb.c17 #include <linux/signal.h>
H A Dsignal.c3 * Common signal handling code for both 32 and 64 bits
10 #include <linux/signal.h>
23 #include "signal.h"
135 /* Log an error when sending an unhandled signal to a process. Controlled
157 * Allocate space for the signal frame
205 * restarted if there was no handler for the signal, and since
218 * called again after the signal handler returns.
257 /* No signal to deliver -- put the saved sigmask back */
264 * Reenable the DABR before delivering the signal to
277 /* Re-enable the breakpoints for the signal stac
[all...]
H A Dsignal_32.c11 * Derived from "arch/i386/kernel/signal.c"
20 #include <linux/signal.h>
52 #include "signal.h"
72 * to do when a signal has been delivered.
380 * time of the signal.
479 * take care of keeping r2 (TLS) intact if not a signal
489 /* if doing signal return, restore the previous little-endian mode */
583 * take care of keeping r2 (TLS) intact if not a signal.
586 * were set by the signal delivery.
733 * Set up a signal fram
[all...]
H A Dsignal_64.c6 * Derived from "arch/i386/kernel/signal.c"
15 #include <linux/signal.h>
37 #include "signal.h"
51 * frame for the signal handler.
106 * Set up the sigcontext for the signal frame.
183 unsafe_put_user(signr, &sc->signal, efault_out);
201 * register values such that a simple signal handler sees a correct
204 * real origin of the signal.
321 err |= __put_user(signr, &sc->signal);
331 * Restore the sigcontext from the signal fram
[all...]
H A Dsys_ppc32.c28 #include <linux/signal.h>
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_vio.c16 #include <linux/sched/signal.h>
H A Dbook3s_hv.c23 #include <linux/sched/signal.h>
3797 * Remove from the list any threads that have a signal pending
3848 * If we need to reschedule or deliver a signal, clean up
H A Dpowerpc.c15 #include <linux/sched/signal.h>
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c31 #include <linux/signal.h>
H A Diommu_api.c8 #include <linux/sched/signal.h>
/linux-master/arch/powerpc/mm/
H A Dfault.c14 #include <linux/signal.h>
403 * The return value is 0 if the fault was handled, or the signal
H A Dinit_64.c19 #include <linux/signal.h>
H A Dpgtable_64.c19 #include <linux/signal.h>
/linux-master/arch/powerpc/mm/nohash/
H A D40x.c18 #include <linux/signal.h>
H A De500.c23 #include <linux/signal.h>
/linux-master/arch/powerpc/platforms/4xx/
H A Duic.c16 #include <linux/signal.h>

Completed in 304 milliseconds

<<11121314151617181920>>