Home
last modified time | relevance | path

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

/linux-4.1.27/arch/metag/kernel/
Dprocess.c269 static void clear_fpu(struct thread_struct *thread) in clear_fpu() function
276 static void clear_fpu(struct thread_struct *thread) in clear_fpu() function
341 clear_fpu(&current->thread); in flush_thread()
350 clear_fpu(&current->thread); in exit_thread()
/linux-4.1.27/arch/sh/include/asm/
Dfpu.h59 static inline void clear_fpu(struct task_struct *tsk, struct pt_regs *regs) in clear_fpu() function
/linux-4.1.27/arch/sh/kernel/
Dprocess_32.c94 clear_fpu(tsk, task_pt_regs(tsk)); in flush_thread()
Dsignal_32.c138 clear_fpu(tsk, regs); in restore_sigcontext()