taglinefilesource code
used_math235arch/i386/kernel/process.cif ((fpvalid = current->used_math) != 0) {
used_math304arch/i386/kernel/traps.cif(current->used_math)
used_math312arch/i386/kernel/traps.ccurrent->used_math = 1;
used_math326arch/i386/kernel/traps.cif (current->used_math) {
used_math330arch/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_math151arch/mips/kernel/process.cif ((dump->u_fpvalid = current->used_math) != 0) {
used_math600fs/exec.ccurrent->used_math = 0;
used_math201include/linux/sched.hunsigned short used_math;