Home
last modified time | relevance | path

Searched refs:clear_fpu (Results 1 – 7 of 7) sorted by relevance

/arch/sh/include/asm/
Dfpu.h59 static inline void clear_fpu(struct task_struct *tsk, struct pt_regs *regs) in clear_fpu() function
/arch/sh/kernel/
Dprocess_32.c129 clear_fpu(tsk, task_pt_regs(tsk)); in flush_thread()
Dsignal_32.c208 clear_fpu(tsk, regs); in restore_sigcontext()
/arch/x86/kernel/
Dxsave.c307 clear_fpu(tsk); in restore_i387_xstate()
Di387.c771 clear_fpu(tsk); in restore_i387_xstate_ia32()
775 clear_fpu(tsk); in restore_i387_xstate_ia32()
Dprocess.c137 clear_fpu(tsk); in flush_thread()
/arch/x86/include/asm/
Dfpu-internal.h455 static inline void clear_fpu(struct task_struct *tsk) in clear_fpu() function