Home
last modified time | relevance | path

Searched refs:fpu_restore_sigcontext (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/mn10300/include/asm/
Dfpu.h61 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
/linux-4.4.14/arch/mn10300/kernel/
Dfpu.c145 int fpu_restore_sigcontext(struct fpucontext *fpucontext) in fpu_restore_sigcontext() function
Dsignal.c80 err |= fpu_restore_sigcontext(buf); in restore_sigcontext()