Home
last modified time | relevance | path

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

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