taglinefilesource code
used_math283arch/i386/kernel/process.ccurrent->used_math = 0;
used_math342arch/i386/kernel/process.cif ((fpvalid = current->used_math) != 0) {
used_math63arch/i386/kernel/signal.ccurrent->used_math = 1;
used_math148arch/i386/kernel/signal.ccurrent->used_math = 0;
used_math273arch/i386/kernel/traps.ctask->used_math = 0;
used_math311arch/i386/kernel/traps.cif(current->used_math)
used_math319arch/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_math134arch/sparc/kernel/traps.cif(current->used_math) {
used_math139arch/sparc/kernel/traps.ccurrent->used_math = 1;
used_math228include/linux/sched.hunsigned short used_math;