Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
Dcore.c236 int fpu_clone(struct task_struct *dst) in fpu_clone() function
/arch/x86/include/asm/fpu/
Dinternal.h37 extern int fpu_clone(struct task_struct *dst);
/arch/x86/kernel/
Dprocess.c90 return fpu_clone(dst); in arch_dup_task_struct()