taglinefilesource code
used_math220arch/i386/kernel/process.cif ((dump->u_fpvalid = current->used_math) != 0) {
used_math283arch/i386/kernel/traps.cif (current->used_math) {
used_math287arch/i386/kernel/traps.ccurrent->used_math=1;
used_math155arch/i386/math-emu/fpu_entry.cif (!current->used_math)
used_math166arch/i386/math-emu/fpu_entry.ccurrent->used_math = 1;
used_math154arch/mips/kernel/process.cif ((dump->u_fpvalid = current->used_math) != 0) {
used_math545fs/exec.ccurrent->used_math = 0;
used_math176include/linux/sched.hunsigned short used_math;