Searched refs:fpu_restore_sigcontext (Results 1 – 3 of 3) sorted by relevance
61 extern int fpu_restore_sigcontext(struct fpucontext *buf);129 static inline int fpu_restore_sigcontext(struct fpucontext *buf) { return 0; } in fpu_restore_sigcontext() function
145 int fpu_restore_sigcontext(struct fpucontext *fpucontext) in fpu_restore_sigcontext() function
80 err |= fpu_restore_sigcontext(buf); in restore_sigcontext()