Home
last modified time | relevance | path

Searched refs:tsk_used_math (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/sh/kernel/cpu/
H A Dfpu.c13 if (tsk_used_math(tsk)) { in init_fpu()
64 if (!tsk_used_math(tsk)) { in fpu_state_restore()
/openbmc/linux/arch/sh/kernel/
H A Dptrace_32.c205 return tsk_used_math(target) ? regset->n : 0; in fpregs_active()
358 if (!tsk_used_math(child)) { in arch_ptrace()
373 tmp = !!tsk_used_math(child); in arch_ptrace()
/openbmc/linux/arch/mips/kernel/
H A Dptrace32.c97 if (!tsk_used_math(child)) { in compat_arch_ptrace()
213 if (!tsk_used_math(child)) { in compat_arch_ptrace()
H A Dptrace.c366 if (tsk_used_math(child)) { in ptrace_getfpregs()
634 if (!tsk_used_math(target)) { in msa_get()
1113 if (!tsk_used_math(child)) { in arch_ptrace()
/openbmc/linux/arch/mips/include/asm/
H A Dswitch_to.h113 if (tsk_used_math(next)) \
H A Dfpu.h209 if (tsk_used_math(target)) in init_fp_ctx()
/openbmc/linux/arch/loongarch/kernel/
H A Dptrace.c53 if (tsk_used_math(target)) in init_fp_ctx()
286 if (!tsk_used_math(target)) { in simd_get()
/openbmc/linux/include/linux/
H A Dsched.h1785 #define tsk_used_math(p) ((p)->flags & PF_USED_MATH) macro
1786 #define used_math() tsk_used_math(current)