/arch/mips/kernel/ |
D | signal_n32.c | 36 extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *); 37 extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *); 43 struct sigcontext uc_mcontext; 144 .off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs), 145 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr), 146 .off_sc_used_math = offsetof(struct sigcontext, sc_used_math),
|
D | asm-offsets.c | 223 OFFSET(SC_REGS, sigcontext, sc_regs); in output_sc_defines() 224 OFFSET(SC_FPREGS, sigcontext, sc_fpregs); in output_sc_defines() 225 OFFSET(SC_ACX, sigcontext, sc_acx); in output_sc_defines() 226 OFFSET(SC_MDHI, sigcontext, sc_mdhi); in output_sc_defines() 227 OFFSET(SC_MDLO, sigcontext, sc_mdlo); in output_sc_defines() 228 OFFSET(SC_PC, sigcontext, sc_pc); in output_sc_defines() 229 OFFSET(SC_FPC_CSR, sigcontext, sc_fpc_csr); in output_sc_defines() 230 OFFSET(SC_FPC_EIR, sigcontext, sc_fpc_eir); in output_sc_defines() 231 OFFSET(SC_HI1, sigcontext, sc_hi1); in output_sc_defines() 232 OFFSET(SC_LO1, sigcontext, sc_lo1); in output_sc_defines() [all …]
|
/arch/ia64/kernel/ |
D | asm-offsets.c | 173 DEFINE(IA64_SIGCONTEXT_IP_OFFSET, offsetof (struct sigcontext, sc_ip)); in foo() 174 DEFINE(IA64_SIGCONTEXT_AR_BSP_OFFSET, offsetof (struct sigcontext, sc_ar_bsp)); in foo() 175 DEFINE(IA64_SIGCONTEXT_AR_FPSR_OFFSET, offsetof (struct sigcontext, sc_ar_fpsr)); in foo() 176 DEFINE(IA64_SIGCONTEXT_AR_RNAT_OFFSET, offsetof (struct sigcontext, sc_ar_rnat)); in foo() 177 DEFINE(IA64_SIGCONTEXT_AR_UNAT_OFFSET, offsetof (struct sigcontext, sc_ar_unat)); in foo() 178 DEFINE(IA64_SIGCONTEXT_B0_OFFSET, offsetof (struct sigcontext, sc_br[0])); in foo() 179 DEFINE(IA64_SIGCONTEXT_CFM_OFFSET, offsetof (struct sigcontext, sc_cfm)); in foo() 180 DEFINE(IA64_SIGCONTEXT_FLAGS_OFFSET, offsetof (struct sigcontext, sc_flags)); in foo() 181 DEFINE(IA64_SIGCONTEXT_FR6_OFFSET, offsetof (struct sigcontext, sc_fr[6])); in foo() 182 DEFINE(IA64_SIGCONTEXT_PR_OFFSET, offsetof (struct sigcontext, sc_pr)); in foo() [all …]
|
/arch/csky/kernel/ |
D | signal.c | 16 static int restore_fpu_state(struct sigcontext __user *sc) in restore_fpu_state() 28 static int save_fpu_state(struct sigcontext __user *sc) in save_fpu_state() 37 #define restore_fpu_state(sigcontext) (0) argument 38 #define save_fpu_state(sigcontext) (0) argument 52 struct sigcontext __user *sc) in restore_sigcontext() 104 struct sigcontext __user *sc = &frame->uc.uc_mcontext; in setup_sigcontext()
|
/arch/mips/include/uapi/asm/ |
D | sigcontext.h | 34 struct sigcontext { struct 70 struct sigcontext { struct
|
/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 282 # define sigcontext sigcontext_32 macro 284 # define sigcontext sigcontext_64 macro 300 struct sigcontext { struct 325 struct sigcontext { argument
|
/arch/openrisc/include/uapi/asm/ |
D | sigcontext.h | 29 struct sigcontext { struct
|
/arch/microblaze/include/uapi/asm/ |
D | sigcontext.h | 16 struct sigcontext { struct
|
/arch/nios2/include/uapi/asm/ |
D | sigcontext.h | 26 struct sigcontext { struct
|
/arch/hexagon/include/uapi/asm/ |
D | sigcontext.h | 30 struct sigcontext { struct
|
/arch/riscv/include/uapi/asm/ |
D | sigcontext.h | 17 struct sigcontext { struct
|
D | ucontext.h | 31 struct sigcontext uc_mcontext;
|
/arch/csky/include/uapi/asm/ |
D | sigcontext.h | 9 struct sigcontext { struct
|
/arch/arc/include/uapi/asm/ |
D | sigcontext.h | 19 struct sigcontext { struct
|
/arch/parisc/include/uapi/asm/ |
D | sigcontext.h | 10 struct sigcontext { struct
|
/arch/sh/include/cpu-common/cpu/ |
D | sigcontext.h | 5 struct sigcontext { struct
|
/arch/xtensa/include/asm/ |
D | ucontext.h | 18 struct sigcontext uc_mcontext;
|
/arch/parisc/include/asm/ |
D | ucontext.h | 9 struct sigcontext uc_mcontext;
|
/arch/xtensa/include/uapi/asm/ |
D | sigcontext.h | 16 struct sigcontext { struct
|
/arch/h8300/include/uapi/asm/ |
D | sigcontext.h | 5 struct sigcontext { struct
|
/arch/ia64/include/uapi/asm/ |
D | ucontext.h | 6 struct sigcontext uc_mcontext;
|
/arch/alpha/include/asm/ |
D | ucontext.h | 10 struct sigcontext uc_mcontext;
|
/arch/arm64/include/uapi/asm/ |
D | ucontext.h | 30 struct sigcontext uc_mcontext;
|
/arch/sh/include/uapi/asm/ |
D | sigcontext.h | 5 struct sigcontext { struct
|
/arch/sh/include/cpu-sh4/cpu/ |
D | sigcontext.h | 5 struct sigcontext { struct
|