Lines Matching refs:sigcontext32
39 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()
165 struct sigcontext32 __user *sc) in setup_sigcontext32()
203 check_and_restore_fp_context32(struct sigcontext32 __user *sc) in check_and_restore_fp_context32()
215 struct sigcontext32 __user *sc) in restore_sigcontext32()