Searched refs:sigcontext32 (Results 1 – 12 of 12) sorted by relevance
24 struct sigcontext32;29 extern asmlinkage int (*save_fp_context32)(struct sigcontext32 *sc);30 extern asmlinkage int (*restore_fp_context32)(struct sigcontext32 *sc);
31 struct sigcontext32 { struct
98 int fpu_emulator_save_context32(struct sigcontext32 *sc) in fpu_emulator_save_context32()114 int fpu_emulator_restore_context32(struct sigcontext32 *sc) in fpu_emulator_restore_context32()
794 asmlinkage int (*save_fp_context32)(struct sigcontext32 *sc);795 asmlinkage int (*restore_fp_context32)(struct sigcontext32 *sc);800 extern asmlinkage int _save_fp_context32(struct sigcontext32 *sc);801 extern asmlinkage int _restore_fp_context32(struct sigcontext32 *sc);806 extern asmlinkage int fpu_emulator_save_context32(struct sigcontext32 *sc);807 extern asmlinkage int fpu_emulator_restore_context32(struct sigcontext32 *sc);
139 struct sigcontext32 uc_mcontext;334 struct sigcontext32 *sc) in restore_sigcontext32()375 struct sigcontext32 sf_sc;514 struct sigcontext32 *sc) in setup_sigcontext32()
220 struct sigcontext32 { struct232 struct sigcontext32 uc_mcontext; argument
189 offset("#define SC32_FPREGS ", struct sigcontext32, sc_fpregs); in output_sc_defines()190 offset("#define SC32_FPC_CSR ", struct sigcontext32, sc_fpc_csr); in output_sc_defines()191 offset("#define SC32_FPC_EIR ", struct sigcontext32, sc_fpc_eir); in output_sc_defines()
16 struct sigcontext32 { struct
244 struct sigcontext32 *sc, sigctx; in sys32_sigreturn()250 sc = (struct sigcontext32 *)(regs->gpr[1] + __SIGNAL_FRAMESIZE32); in sys32_sigreturn()430 struct sigcontext32 sigctx; in sys32_rt_sigreturn()944 struct sigcontext32 *sc; in handle_signal32()989 sc = (struct sigcontext32 *)(u64)*newspp; in handle_signal32()
215 struct sigcontext32 struct
38 struct sigcontext32 sc;
61 struct sigcontext32 sig_context;345 struct sigcontext32 *scptr; in do_sigreturn32()355 scptr = (struct sigcontext32 *) in do_sigreturn32()358 if(verify_area(VERIFY_READ, scptr, sizeof(struct sigcontext32)) || in do_sigreturn32()524 struct sigcontext32 *sc; in setup_frame32()