sigcontext 10 arch/alpha/include/asm/ucontext.h struct sigcontext uc_mcontext; sigcontext 127 arch/alpha/kernel/signal.c struct sigcontext sc; sigcontext 149 arch/alpha/kernel/signal.c restore_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs) sigcontext 204 arch/alpha/kernel/signal.c do_sigreturn(struct sigcontext __user *sc) sigcontext 271 arch/alpha/kernel/signal.c setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, sigcontext 22 arch/arm/include/asm/ucontext.h struct sigcontext uc_mcontext; sigcontext 175 arch/arm/kernel/signal.c struct sigcontext context; sigcontext 291 arch/arm/kernel/signal.c struct sigcontext context; sigcontext 294 arch/arm/kernel/signal.c context = (struct sigcontext) { sigcontext 30 arch/arm64/include/uapi/asm/ucontext.h struct sigcontext uc_mcontext; sigcontext 327 arch/arm64/kernel/signal.c struct sigcontext __user *const sc = &sf->uc.uc_mcontext; sigcontext 35 arch/c6x/kernel/signal.c struct sigcontext __user *sc) sigcontext 97 arch/c6x/kernel/signal.c static int setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, sigcontext 16 arch/csky/kernel/signal.c static int restore_fpu_state(struct sigcontext __user *sc) sigcontext 28 arch/csky/kernel/signal.c static int save_fpu_state(struct sigcontext __user *sc) sigcontext 37 arch/csky/kernel/signal.c #define restore_fpu_state(sigcontext) (0) sigcontext 38 arch/csky/kernel/signal.c #define save_fpu_state(sigcontext) (0) sigcontext 52 arch/csky/kernel/signal.c struct sigcontext __user *sc) sigcontext 100 arch/csky/kernel/signal.c struct sigcontext __user *sc = &frame->uc.uc_mcontext; sigcontext 74 arch/h8300/kernel/signal.c restore_sigcontext(struct sigcontext *usc, int *pd0) sigcontext 133 arch/h8300/kernel/signal.c static int setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, sigcontext 36 arch/hexagon/kernel/signal.c static int setup_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc) sigcontext 66 arch/hexagon/kernel/signal.c struct sigcontext __user *sc) sigcontext 6 arch/ia64/include/uapi/asm/ucontext.h struct sigcontext uc_mcontext; sigcontext 173 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_IP_OFFSET, offsetof (struct sigcontext, sc_ip)); sigcontext 174 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_AR_BSP_OFFSET, offsetof (struct sigcontext, sc_ar_bsp)); sigcontext 175 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_AR_FPSR_OFFSET, offsetof (struct sigcontext, sc_ar_fpsr)); sigcontext 176 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_AR_RNAT_OFFSET, offsetof (struct sigcontext, sc_ar_rnat)); sigcontext 177 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_AR_UNAT_OFFSET, offsetof (struct sigcontext, sc_ar_unat)); sigcontext 178 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_B0_OFFSET, offsetof (struct sigcontext, sc_br[0])); sigcontext 179 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_CFM_OFFSET, offsetof (struct sigcontext, sc_cfm)); sigcontext 180 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_FLAGS_OFFSET, offsetof (struct sigcontext, sc_flags)); sigcontext 181 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_FR6_OFFSET, offsetof (struct sigcontext, sc_fr[6])); sigcontext 182 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_PR_OFFSET, offsetof (struct sigcontext, sc_pr)); sigcontext 183 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_R12_OFFSET, offsetof (struct sigcontext, sc_gr[12])); sigcontext 184 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_RBS_BASE_OFFSET,offsetof (struct sigcontext, sc_rbs_base)); sigcontext 185 arch/ia64/kernel/asm-offsets.c DEFINE(IA64_SIGCONTEXT_LOADRS_OFFSET, offsetof (struct sigcontext, sc_loadrs)); sigcontext 23 arch/ia64/kernel/sigframe.h struct sigcontext sc; sigcontext 44 arch/ia64/kernel/signal.c restore_sigcontext (struct sigcontext __user *sc, struct sigscratch *scr) sigcontext 112 arch/ia64/kernel/signal.c struct sigcontext __user *sc; sigcontext 166 arch/ia64/kernel/signal.c setup_sigcontext (struct sigcontext __user *sc, sigset_t *mask, struct sigscratch *scr) sigcontext 183 arch/m68k/kernel/signal.c static inline void save_a5_state(struct sigcontext *sc, struct pt_regs *regs) sigcontext 207 arch/m68k/kernel/signal.c static inline void save_a5_state(struct sigcontext *sc, struct pt_regs *regs) sigcontext 230 arch/m68k/kernel/signal.c struct sigcontext __user *psc; sigcontext 233 arch/m68k/kernel/signal.c struct sigcontext sc; sigcontext 256 arch/m68k/kernel/signal.c static inline int restore_fpu_state(struct sigcontext *sc) sigcontext 430 arch/m68k/kernel/signal.c static inline void save_fpu_state(struct sigcontext *sc, struct pt_regs *regs) sigcontext 556 arch/m68k/kernel/signal.c static inline int restore_fpu_state(struct sigcontext *sc) sigcontext 566 arch/m68k/kernel/signal.c static inline void save_fpu_state(struct sigcontext *sc, struct pt_regs *regs) sigcontext 694 arch/m68k/kernel/signal.c restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *usc, void __user *fp) sigcontext 697 arch/m68k/kernel/signal.c struct sigcontext context; sigcontext 832 arch/m68k/kernel/signal.c static void setup_sigcontext(struct sigcontext *sc, struct pt_regs *regs, sigcontext 891 arch/m68k/kernel/signal.c struct sigcontext context; sigcontext 48 arch/microblaze/kernel/signal.c struct sigcontext sc; sigcontext 60 arch/microblaze/kernel/signal.c struct sigcontext __user *sc, int *rval_p) sigcontext 120 arch/microblaze/kernel/signal.c setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, sigcontext 59 arch/mips/include/uapi/asm/ucontext.h struct sigcontext uc_mcontext; sigcontext 223 arch/mips/kernel/asm-offsets.c OFFSET(SC_REGS, sigcontext, sc_regs); sigcontext 224 arch/mips/kernel/asm-offsets.c OFFSET(SC_FPREGS, sigcontext, sc_fpregs); sigcontext 225 arch/mips/kernel/asm-offsets.c OFFSET(SC_ACX, sigcontext, sc_acx); sigcontext 226 arch/mips/kernel/asm-offsets.c OFFSET(SC_MDHI, sigcontext, sc_mdhi); sigcontext 227 arch/mips/kernel/asm-offsets.c OFFSET(SC_MDLO, sigcontext, sc_mdlo); sigcontext 228 arch/mips/kernel/asm-offsets.c OFFSET(SC_PC, sigcontext, sc_pc); sigcontext 229 arch/mips/kernel/asm-offsets.c OFFSET(SC_FPC_CSR, sigcontext, sc_fpc_csr); sigcontext 230 arch/mips/kernel/asm-offsets.c OFFSET(SC_FPC_EIR, sigcontext, sc_fpc_eir); sigcontext 231 arch/mips/kernel/asm-offsets.c OFFSET(SC_HI1, sigcontext, sc_hi1); sigcontext 232 arch/mips/kernel/asm-offsets.c OFFSET(SC_LO1, sigcontext, sc_lo1); sigcontext 233 arch/mips/kernel/asm-offsets.c OFFSET(SC_HI2, sigcontext, sc_hi2); sigcontext 234 arch/mips/kernel/asm-offsets.c OFFSET(SC_LO2, sigcontext, sc_lo2); sigcontext 235 arch/mips/kernel/asm-offsets.c OFFSET(SC_HI3, sigcontext, sc_hi3); sigcontext 236 arch/mips/kernel/asm-offsets.c OFFSET(SC_LO3, sigcontext, sc_lo3); sigcontext 245 arch/mips/kernel/asm-offsets.c OFFSET(SC_REGS, sigcontext, sc_regs); sigcontext 246 arch/mips/kernel/asm-offsets.c OFFSET(SC_FPREGS, sigcontext, sc_fpregs); sigcontext 247 arch/mips/kernel/asm-offsets.c OFFSET(SC_MDHI, sigcontext, sc_mdhi); sigcontext 248 arch/mips/kernel/asm-offsets.c OFFSET(SC_MDLO, sigcontext, sc_mdlo); sigcontext 249 arch/mips/kernel/asm-offsets.c OFFSET(SC_PC, sigcontext, sc_pc); sigcontext 250 arch/mips/kernel/asm-offsets.c OFFSET(SC_FPC_CSR, sigcontext, sc_fpc_csr); sigcontext 53 arch/mips/kernel/signal.c struct sigcontext sf_sc; sigcontext 439 arch/mips/kernel/signal.c int setup_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc) sigcontext 516 arch/mips/kernel/signal.c int restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc) sigcontext 794 arch/mips/kernel/signal.c .off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs), sigcontext 795 arch/mips/kernel/signal.c .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr), sigcontext 796 arch/mips/kernel/signal.c .off_sc_used_math = offsetof(struct sigcontext, sc_used_math), sigcontext 36 arch/mips/kernel/signal_n32.c extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *); sigcontext 37 arch/mips/kernel/signal_n32.c extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *); sigcontext 43 arch/mips/kernel/signal_n32.c struct sigcontext uc_mcontext; sigcontext 144 arch/mips/kernel/signal_n32.c .off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs), sigcontext 145 arch/mips/kernel/signal_n32.c .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr), sigcontext 146 arch/mips/kernel/signal_n32.c .off_sc_used_math = offsetof(struct sigcontext, sc_used_math), sigcontext 26 arch/nds32/kernel/signal.c struct sigcontext __user *sc) sigcontext 55 arch/nds32/kernel/signal.c struct sigcontext __user *sc) sigcontext 40 arch/openrisc/kernel/signal.c struct sigcontext __user *sc) sigcontext 106 arch/openrisc/kernel/signal.c static int setup_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc) sigcontext 9 arch/parisc/include/asm/ucontext.h struct sigcontext uc_mcontext; sigcontext 72 arch/parisc/kernel/signal.c restore_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs) sigcontext 194 arch/parisc/kernel/signal.c setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, int in_syscall) sigcontext 33 arch/powerpc/include/uapi/asm/ucontext.h struct sigcontext uc_mcontext; /* last for extensibility */ sigcontext 194 arch/powerpc/kernel/signal_32.c struct sigcontext sctx; /* the sigcontext */ sigcontext 197 arch/powerpc/kernel/signal_32.c struct sigcontext sctx_transact; sigcontext 1361 arch/powerpc/kernel/signal_32.c struct sigcontext __user *sc; sigcontext 1379 arch/powerpc/kernel/signal_32.c sc = (struct sigcontext __user *) &frame->sctx; sigcontext 1456 arch/powerpc/kernel/signal_32.c struct sigcontext __user *sc; sigcontext 1457 arch/powerpc/kernel/signal_32.c struct sigcontext sigctx; sigcontext 81 arch/powerpc/kernel/signal_64.c static elf_vrreg_t __user *sigcontext_vmx_regs(struct sigcontext __user *sc) sigcontext 91 arch/powerpc/kernel/signal_64.c static long setup_sigcontext(struct sigcontext __user *sc, sigcontext 192 arch/powerpc/kernel/signal_64.c static long setup_tm_sigcontexts(struct sigcontext __user *sc, sigcontext 193 arch/powerpc/kernel/signal_64.c struct sigcontext __user *tm_sc, sigcontext 322 arch/powerpc/kernel/signal_64.c struct sigcontext __user *sc) sigcontext 419 arch/powerpc/kernel/signal_64.c struct sigcontext __user *sc, sigcontext 420 arch/powerpc/kernel/signal_64.c struct sigcontext __user *tm_sc) sigcontext 337 arch/powerpc/perf/callchain.c #define sigcontext32 sigcontext sigcontext 31 arch/riscv/include/uapi/asm/ucontext.h struct sigcontext uc_mcontext; sigcontext 82 arch/riscv/kernel/signal.c struct sigcontext __user *sc) sigcontext 136 arch/riscv/kernel/signal.c struct sigcontext __user *sc = &frame->uc.uc_mcontext; sigcontext 66 arch/s390/kernel/signal.c struct sigcontext sc; sigcontext 291 arch/s390/kernel/signal.c struct sigcontext sc; sigcontext 65 arch/sh/kernel/signal_32.c struct sigcontext sc; sigcontext 78 arch/sh/kernel/signal_32.c static inline int restore_sigcontext_fpu(struct sigcontext __user *sc) sigcontext 90 arch/sh/kernel/signal_32.c static inline int save_sigcontext_fpu(struct sigcontext __user *sc, sigcontext 116 arch/sh/kernel/signal_32.c restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, int *r0_p) sigcontext 219 arch/sh/kernel/signal_32.c setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, sigcontext 127 arch/sh/kernel/signal_64.c struct sigcontext sc; sigcontext 142 arch/sh/kernel/signal_64.c restore_sigcontext_fpu(struct pt_regs *regs, struct sigcontext __user *sc) sigcontext 164 arch/sh/kernel/signal_64.c setup_sigcontext_fpu(struct pt_regs *regs, struct sigcontext __user *sc) sigcontext 190 arch/sh/kernel/signal_64.c restore_sigcontext_fpu(struct pt_regs *regs, struct sigcontext __user *sc) sigcontext 195 arch/sh/kernel/signal_64.c setup_sigcontext_fpu(struct pt_regs *regs, struct sigcontext __user *sc) sigcontext 202 arch/sh/kernel/signal_64.c restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, long long *r2_p) sigcontext 322 arch/sh/kernel/signal_64.c setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, sigcontext 77 arch/x86/include/asm/sigframe.h struct sigcontext uc_mcontext; /* the 64-bit sigcontext type */ sigcontext 17 arch/x86/include/asm/sighandling.h int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, sigcontext 98 arch/x86/kernel/signal.c struct sigcontext __user *sc, sigcontext 159 arch/x86/kernel/signal.c int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, sigcontext 154 arch/x86/um/signal.c struct sigcontext __user *from) sigcontext 156 arch/x86/um/signal.c struct sigcontext sc; sigcontext 236 arch/x86/um/signal.c static int copy_sc_to_user(struct sigcontext __user *to, sigcontext 240 arch/x86/um/signal.c struct sigcontext sc; sigcontext 243 arch/x86/um/signal.c memset(&sc, 0, sizeof(struct sigcontext)); sigcontext 286 arch/x86/um/signal.c err = copy_to_user(to, &sc, sizeof(struct sigcontext)); sigcontext 342 arch/x86/um/signal.c struct sigcontext sc; sigcontext 457 arch/x86/um/signal.c struct sigcontext __user *sc = &frame->sc; sigcontext 18 arch/xtensa/include/asm/ucontext.h struct sigcontext uc_mcontext; sigcontext 136 arch/xtensa/kernel/signal.c struct sigcontext __user *sc = &frame->uc.uc_mcontext; sigcontext 175 arch/xtensa/kernel/signal.c struct sigcontext __user *sc = &frame->uc.uc_mcontext; sigcontext 9 include/uapi/asm-generic/ucontext.h struct sigcontext uc_mcontext;