Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/fpu/
Dsched.h14 extern int fpu_clone(struct task_struct *dst, unsigned long clone_flags, bool minimal);
/linux-5.19.10/arch/x86/kernel/fpu/
Dcore.c559 int fpu_clone(struct task_struct *dst, unsigned long clone_flags, bool minimal) in fpu_clone() function
/linux-5.19.10/arch/x86/kernel/
Dprocess.c176 fpu_clone(p, clone_flags, args->fn); in copy_thread()