Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/kernel/cpu/
Dfpu.c35 set_stopped_child_used_math(tsk); in init_fpu()
/linux-4.4.14/arch/sh/kernel/
Dptrace_32.c216 set_stopped_child_used_math(target); in fpregs_set()
435 set_stopped_child_used_math(child); in arch_ptrace()
Dptrace_64.c242 set_stopped_child_used_math(target); in fpregs_set()
/linux-4.4.14/arch/m32r/kernel/
Dptrace.c171 set_stopped_child_used_math(tsk); in ptrace_write_user()
/linux-4.4.14/arch/mips/kernel/
Dptrace.c67 set_stopped_child_used_math(target); in init_fp_ctx()
/linux-4.4.14/include/linux/
Dsched.h2111 #define set_stopped_child_used_math(child) do { (child)->flags |= PF_USED_MATH; } while (0) macro
2113 #define set_used_math() set_stopped_child_used_math(current)