Lines Matching refs:sigcontext
182 static inline void save_a5_state(struct sigcontext *sc, struct pt_regs *regs) in save_a5_state()
206 static inline void save_a5_state(struct sigcontext *sc, struct pt_regs *regs) in save_a5_state()
229 struct sigcontext __user *psc;
232 struct sigcontext sc;
255 static inline int restore_fpu_state(struct sigcontext *sc) in restore_fpu_state()
429 static inline void save_fpu_state(struct sigcontext *sc, struct pt_regs *regs) in save_fpu_state()
555 static inline int restore_fpu_state(struct sigcontext *sc) in restore_fpu_state()
565 static inline void save_fpu_state(struct sigcontext *sc, struct pt_regs *regs) in save_fpu_state()
677 restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *usc, void __user *fp) in restore_sigcontext()
680 struct sigcontext context; in restore_sigcontext()
812 static void setup_sigcontext(struct sigcontext *sc, struct pt_regs *regs, in setup_sigcontext()
874 struct sigcontext context; in setup_frame()