Home
last modified time | relevance | path

Searched refs:set_stopped_child_used_math (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/
H A Dfpu.c39 set_stopped_child_used_math(tsk); in init_fpu()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dptrace_32.c193 set_stopped_child_used_math(target); in fpregs_set()
404 set_stopped_child_used_math(child); in arch_ptrace()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dfpu.h222 set_stopped_child_used_math(target); in init_fp_ctx()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dprocess.c191 set_stopped_child_used_math(p); in copy_thread()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1605 #define set_stopped_child_used_math(child) do { (child)->flags |= PF_USED_MATH; } while (0) macro
1607 #define set_used_math() set_stopped_child_used_math(current)