Searched refs:sigcontext (Results 1 - 25 of 109) sorted by last modified time

12345

/linux-master/arch/parisc/include/asm/
H A Dsignal.h12 #include <asm/sigcontext.h>
/linux-master/arch/x86/kernel/
H A Dsignal_64.c51 struct sigcontext __user *usc,
54 struct sigcontext sc;
59 if (copy_from_user(&sc, usc, offsetof(struct sigcontext, reserved1)))
99 __unsafe_setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate,
H A Dsignal_32.c28 #include <uapi/asm/sigcontext.h>
/linux-master/arch/x86/include/asm/
H A Dprocessor.h16 #include <uapi/asm/sigcontext.h>
H A Dia32.h13 #include <uapi/asm/sigcontext.h>
/linux-master/arch/openrisc/kernel/
H A Dsignal.c44 static long restore_fp_state(struct sigcontext __user *sc)
58 static long save_fp_state(struct sigcontext __user *sc)
62 /* Sync the user FPU state so we can copy to sigcontext */
75 struct sigcontext __user *sc)
142 static int setup_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc)
/linux-master/arch/alpha/kernel/
H A Dproto.h171 struct sigcontext;
172 extern void do_sigreturn(struct sigcontext __user *);
/linux-master/arch/arc/kernel/
H A Dsignal.c66 static int save_arcv2_regs(struct sigcontext __user *mctx, struct pt_regs *regs)
84 static int restore_arcv2_regs(struct sigcontext __user *mctx, struct pt_regs *regs)
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c223 COMMENT("Linux sigcontext offsets.");
224 OFFSET(SC_REGS, sigcontext, sc_regs);
225 OFFSET(SC_FPREGS, sigcontext, sc_fpregs);
226 OFFSET(SC_ACX, sigcontext, sc_acx);
227 OFFSET(SC_MDHI, sigcontext, sc_mdhi);
228 OFFSET(SC_MDLO, sigcontext, sc_mdlo);
229 OFFSET(SC_PC, sigcontext, sc_pc);
230 OFFSET(SC_FPC_CSR, sigcontext, sc_fpc_csr);
231 OFFSET(SC_FPC_EIR, sigcontext, sc_fpc_eir);
232 OFFSET(SC_HI1, sigcontext, sc_hi
[all...]
H A Dsignal.c53 struct sigcontext sf_sc;
153 * We can just pretend the sigcontext is always embedded in a struct
154 * ucontext here, because the offset from sigcontext to extended
361 /* touch the sigcontext and try again */
366 return err; /* really bad sigcontext */
424 /* touch the sigcontext and try again */
429 break; /* really bad sigcontext */
439 int setup_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc)
516 int restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc)
734 * a2 = pointer to struct sigcontext
[all...]
H A Dsignal-common.h43 extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *);
44 extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *);
/linux-master/arch/riscv/kernel/
H A Dsignal.c151 struct sigcontext __user *sc)
277 struct sigcontext __user *sc = &frame->uc.uc_mcontext;
/linux-master/arch/arm64/kvm/
H A Dguest.c28 #include <asm/sigcontext.h>
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.h15 #include <asm/sigcontext.h>
H A Dfpmr_siginfo.c14 #include <asm/sigcontext.h>
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c26 #include <asm/sigcontext.h>
/linux-master/tools/testing/selftests/arm64/abi/
H A Dhwcap.c17 #include <asm/sigcontext.h>
/linux-master/arch/arm64/kernel/
H A Dsignal.c610 struct sigcontext __user *const sc = &sf->uc.uc_mcontext;
H A Dfpsimd.c43 #include <asm/sigcontext.h>
/linux-master/arch/arm64/include/uapi/asm/
H A Dsigcontext.h28 struct sigcontext { struct
103 * additional structures that don't fit in sigcontext.__reserved[].
108 * sigcontext.__reserved[] if present. They cannot be placed in the
110 * space or in sigcontext.__reserved[], unless otherwise specified in
116 * sigcontext.__reserved[] by the terminating null _aarch64_ctx.
/linux-master/arch/arm64/include/asm/
H A Dfpsimd.h11 #include <asm/sigcontext.h>
/linux-master/arch/s390/kernel/
H A Dsignal.c43 * | struct sigcontext |
68 struct sigcontext sc;
289 struct sigcontext sc;
310 /* Create struct sigcontext on the signal stack */
350 /* We forgot to include these in the sigcontext.
/linux-master/arch/s390/include/asm/
H A Dfpu-types.h12 #include <asm/sigcontext.h>
H A Dfpu.h51 #include <asm/sigcontext.h>
H A Daccess-regs.h10 #include <asm/sigcontext.h>

Completed in 426 milliseconds

12345