Lines Matching refs:sigcontext
199 static inline void save_a5_state(struct sigcontext *sc, struct pt_regs *regs) in save_a5_state()
224 static inline void save_a5_state(struct sigcontext *sc, struct pt_regs *regs) in save_a5_state()
247 struct sigcontext __user *psc;
250 struct sigcontext sc;
273 static inline int restore_fpu_state(struct sigcontext *sc) in restore_fpu_state()
447 static inline void save_fpu_state(struct sigcontext *sc, struct pt_regs *regs) in save_fpu_state()
573 static inline int restore_fpu_state(struct sigcontext *sc) in restore_fpu_state()
583 static inline void save_fpu_state(struct sigcontext *sc, struct pt_regs *regs) in save_fpu_state()
651 restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *usc, void __user *fp) in restore_sigcontext()
654 struct sigcontext context; in restore_sigcontext()
791 static void setup_sigcontext(struct sigcontext *sc, struct pt_regs *regs, in setup_sigcontext()
850 struct sigcontext context; in setup_frame()