Searched refs:set_stopped_child_used_math (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/sh/kernel/cpu/
H A Dfpu.c35 set_stopped_child_used_math(tsk); init_fpu()
/linux-4.1.27/arch/sh/kernel/
H A Dptrace_32.c216 set_stopped_child_used_math(target); fpregs_set()
435 set_stopped_child_used_math(child); arch_ptrace()
H A Dptrace_64.c242 set_stopped_child_used_math(target); fpregs_set()
/linux-4.1.27/arch/x86/kernel/
H A Di387.c283 set_stopped_child_used_math(tsk); init_fpu()
/linux-4.1.27/arch/m32r/kernel/
H A Dptrace.c171 set_stopped_child_used_math(tsk); ptrace_write_user()
/linux-4.1.27/arch/mips/kernel/
H A Dptrace.c66 set_stopped_child_used_math(target); init_fp_ctx()
/linux-4.1.27/include/linux/
H A Dsched.h2006 #define set_stopped_child_used_math(child) do { (child)->flags |= PF_USED_MATH; } while (0) macro
2008 #define set_used_math() set_stopped_child_used_math(current)

Completed in 256 milliseconds