Lines Matching refs:sigcontext
183 static inline void save_a5_state(struct sigcontext *sc, struct pt_regs *regs) in save_a5_state()
207 static inline void save_a5_state(struct sigcontext *sc, struct pt_regs *regs) in save_a5_state()
230 struct sigcontext __user *psc;
233 struct sigcontext sc;
256 static inline int restore_fpu_state(struct sigcontext *sc) in restore_fpu_state()
430 static inline void save_fpu_state(struct sigcontext *sc, struct pt_regs *regs) in save_fpu_state()
556 static inline int restore_fpu_state(struct sigcontext *sc) in restore_fpu_state()
566 static inline void save_fpu_state(struct sigcontext *sc, struct pt_regs *regs) in save_fpu_state()
693 restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *usc, void __user *fp) in restore_sigcontext()
696 struct sigcontext context; in restore_sigcontext()
831 static void setup_sigcontext(struct sigcontext *sc, struct pt_regs *regs, in setup_sigcontext()
890 struct sigcontext context; in setup_frame()