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

/linux-master/arch/sh/kernel/cpu/
H A Dfpu.c13 if (tsk_used_math(tsk)) {
64 if (!tsk_used_math(tsk)) {
/linux-master/arch/mips/include/asm/
H A Dswitch_to.h113 if (tsk_used_math(next)) \
H A Dfpu.h209 if (tsk_used_math(target))
/linux-master/arch/mips/kernel/
H A Dptrace32.c97 if (!tsk_used_math(child)) {
213 if (!tsk_used_math(child)) {
H A Dptrace.c366 if (tsk_used_math(child)) {
634 if (!tsk_used_math(target)) {
1113 if (!tsk_used_math(child)) {
/linux-master/arch/sh/kernel/
H A Dptrace_32.c205 return tsk_used_math(target) ? regset->n : 0;
358 if (!tsk_used_math(child)) {
373 tmp = !!tsk_used_math(child);
/linux-master/arch/loongarch/kernel/
H A Dptrace.c53 if (tsk_used_math(target))
286 if (!tsk_used_math(target)) {
/linux-master/include/linux/
H A Dsched.h1656 * with tsk_used_math (like during threaded core dumping).
1678 #define tsk_used_math(p) ((p)->flags & PF_USED_MATH) macro
1679 #define used_math() tsk_used_math(current)

Completed in 224 milliseconds