Searched refs:set_stopped_child_used_math (Results 1 - 5 of 5) sorted by last modified time

/linux-master/include/linux/
H A Dsched.h1669 #define set_stopped_child_used_math(child) do { (child)->flags |= PF_USED_MATH; } while (0) macro
1671 #define set_used_math() set_stopped_child_used_math(current)
/linux-master/arch/loongarch/kernel/
H A Dptrace.c58 set_stopped_child_used_math(target);
/linux-master/arch/sh/kernel/
H A Dptrace_32.c192 set_stopped_child_used_math(target);
403 set_stopped_child_used_math(child);
/linux-master/arch/sh/kernel/cpu/
H A Dfpu.c39 set_stopped_child_used_math(tsk);
/linux-master/arch/mips/include/asm/
H A Dfpu.h222 set_stopped_child_used_math(target);

Completed in 371 milliseconds