Home
last modified time | relevance | path

Searched refs:sigcontext32 (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/include/asm-mips64/
Dfpu.h24 struct sigcontext32;
29 extern asmlinkage int (*save_fp_context32)(struct sigcontext32 *sc);
30 extern asmlinkage int (*restore_fp_context32)(struct sigcontext32 *sc);
Dsigcontext.h31 struct sigcontext32 { struct
/linux-2.4.37.9/arch/mips/math-emu/
Dkernel_linkage.c98 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()
/linux-2.4.37.9/arch/mips64/kernel/
Dtraps.c794 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);
Dsignal32.c139 struct sigcontext32 uc_mcontext;
334 struct sigcontext32 *sc) in restore_sigcontext32()
375 struct sigcontext32 sf_sc;
514 struct sigcontext32 *sc) in setup_sigcontext32()
/linux-2.4.37.9/include/asm-ppc64/
Dppc32.h220 struct sigcontext32 { struct
232 struct sigcontext32 uc_mcontext; argument
/linux-2.4.37.9/arch/mips/tools/
Doffset.c189 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()
/linux-2.4.37.9/include/asm-sparc64/
Dsigcontext.h16 struct sigcontext32 { struct
/linux-2.4.37.9/arch/ppc64/kernel/
Dsignal32.c244 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()
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.h215 struct sigcontext32 struct
Dsignal32.c38 struct sigcontext32 sc;
/linux-2.4.37.9/arch/sparc64/kernel/
Dsignal32.c61 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()