Searched refs:set_stopped_child_used_math (Results 1 – 5 of 5) sorted by relevance
39 set_stopped_child_used_math(tsk); in init_fpu()
193 set_stopped_child_used_math(target); in fpregs_set()404 set_stopped_child_used_math(child); in arch_ptrace()
222 set_stopped_child_used_math(target); in init_fp_ctx()
191 set_stopped_child_used_math(p); in copy_thread()
1729 #define set_stopped_child_used_math(child) do { (child)->flags |= PF_USED_MATH; } while (0) macro1731 #define set_used_math() set_stopped_child_used_math(current)