Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dsignal32.c39 static int (*save_fp_context32)(struct sigcontext32 __user *sc);
40 static int (*restore_fp_context32)(struct sigcontext32 __user *sc);
42 extern asmlinkage int _save_fp_context32(struct sigcontext32 __user *sc);
43 extern asmlinkage int _restore_fp_context32(struct sigcontext32 __user *sc);
59 struct sigcontext32 uc_mcontext;
66 struct sigcontext32 sf_sc;
81 static int copy_fp_to_sigcontext32(struct sigcontext32 __user *sc) in copy_fp_to_sigcontext32()
97 static int copy_fp_from_sigcontext32(struct sigcontext32 __user *sc) in copy_fp_from_sigcontext32()
116 static int protected_save_fp_context32(struct sigcontext32 __user *sc) in protected_save_fp_context32()
140 static int protected_restore_fp_context32(struct sigcontext32 __user *sc) in protected_restore_fp_context32()
[all …]
Dasm-offsets.c252 OFFSET(SC32_FPREGS, sigcontext32, sc_fpregs); in output_sc32_defines()
253 OFFSET(SC32_FPC_CSR, sigcontext32, sc_fpc_csr); in output_sc32_defines()
254 OFFSET(SC32_FPC_EIR, sigcontext32, sc_fpc_eir); in output_sc32_defines()
/linux-4.1.27/arch/mips/include/asm/
Dsigcontext.h16 struct sigcontext32 { struct
Dfpu.h31 struct sigcontext32;
/linux-4.1.27/arch/powerpc/kernel/
Dppc32.h35 struct sigcontext32 { struct
Dsignal_32.c64 #define sigcontext sigcontext32
/linux-4.1.27/arch/sparc/include/asm/
Dsigcontext.h12 struct sigcontext32 { struct
/linux-4.1.27/arch/powerpc/perf/
Dcallchain.c340 #define sigcontext32 sigcontext macro
352 struct sigcontext32 sctx;
/linux-4.1.27/arch/x86/include/uapi/asm/
DKbuild49 header-y += sigcontext32.h
/linux-4.1.27/arch/s390/kernel/
Dcompat_linux.h66 struct sigcontext32 struct
Dcompat_signal.c36 struct sigcontext32 sc;
395 struct sigcontext32 sc; in setup_frame32()