tsk_used_math     120 arch/x86/kernel/i387.c 	if (tsk_used_math(tsk)) {
tsk_used_math     169 arch/x86/kernel/i387.c 	return tsk_used_math(target) ? regset->n : 0;
tsk_used_math     174 arch/x86/kernel/i387.c 	return (cpu_has_fxsr && tsk_used_math(target)) ? regset->n : 0;
tsk_used_math     621 arch/x86/kernel/process_32.c 	if (tsk_used_math(next_p) && next_p->fpu_counter > 5)
tsk_used_math     665 arch/x86/kernel/process_64.c 	if (tsk_used_math(next_p) && next_p->fpu_counter > 5)
tsk_used_math     873 arch/x86/kernel/traps.c 	if (!tsk_used_math(tsk)) {
tsk_used_math    1541 include/linux/sched.h #define used_math() tsk_used_math(current)