tsk_used_math     209 arch/mips/include/asm/fpu.h 	if (tsk_used_math(target))
tsk_used_math     113 arch/mips/include/asm/switch_to.h 	if (tsk_used_math(next))					\
tsk_used_math     365 arch/mips/kernel/ptrace.c 	if (tsk_used_math(child)) {
tsk_used_math     680 arch/mips/kernel/ptrace.c 	if (!tsk_used_math(target)) {
tsk_used_math    1195 arch/mips/kernel/ptrace.c 			if (!tsk_used_math(child)) {
tsk_used_math      98 arch/mips/kernel/ptrace32.c 			if (!tsk_used_math(child)) {
tsk_used_math     214 arch/mips/kernel/ptrace32.c 			if (!tsk_used_math(child)) {
tsk_used_math     225 arch/nds32/kernel/process.c 	fpvalid = tsk_used_math(tsk);
tsk_used_math      13 arch/sh/kernel/cpu/fpu.c 	if (tsk_used_math(tsk)) {
tsk_used_math      64 arch/sh/kernel/cpu/fpu.c 	if (!tsk_used_math(tsk)) {
tsk_used_math     104 arch/sh/kernel/process_32.c 	fpvalid = !!tsk_used_math(tsk);
tsk_used_math     350 arch/sh/kernel/process_64.c 	fpvalid = !!tsk_used_math(tsk);
tsk_used_math     227 arch/sh/kernel/ptrace_32.c 	return tsk_used_math(target) ? regset->n : 0;
tsk_used_math     388 arch/sh/kernel/ptrace_32.c 			if (!tsk_used_math(child)) {
tsk_used_math     403 arch/sh/kernel/ptrace_32.c 			tmp = !!tsk_used_math(child);
tsk_used_math      72 arch/sh/kernel/ptrace_64.c 	if (!tsk_used_math(task)) {
tsk_used_math     114 arch/sh/kernel/ptrace_64.c 	if (!tsk_used_math(task)) {
tsk_used_math     249 arch/sh/kernel/ptrace_64.c 	return tsk_used_math(target) ? regset->n : 0;
tsk_used_math     410 arch/sh/kernel/ptrace_64.c 			tmp = !!tsk_used_math(child);
tsk_used_math    1501 include/linux/sched.h #define used_math()				tsk_used_math(current)