tag | line | file | source code |
used_math | 283 | arch/i386/kernel/process.c | current->used_math = 0; |
used_math | 342 | arch/i386/kernel/process.c | if ((fpvalid = current->used_math) != 0) { |
used_math | 58 | arch/i386/kernel/signal.c | current->used_math = 1; |
used_math | 138 | arch/i386/kernel/signal.c | current->used_math = 0; |
used_math | 144 | arch/i386/kernel/signal.c | if (!current->used_math) |
used_math | 300 | arch/i386/kernel/traps.c | if(current->used_math) |
used_math | 308 | arch/i386/kernel/traps.c | current->used_math = 1; |
used_math | 156 | arch/i386/math-emu/fpu_entry.c | if (!current->used_math) |
used_math | 168 | arch/i386/math-emu/fpu_entry.c | current->used_math = 1; |
used_math | 178 | arch/sparc/kernel/traps.c | if(current->used_math) { |
used_math | 183 | arch/sparc/kernel/traps.c | current->used_math = 1; |
used_math | 186 | arch/sparc/kernel/traps.c | if(!current->used_math) { |
used_math | 188 | arch/sparc/kernel/traps.c | current->used_math = 1; |
used_math | 229 | include/linux/sched.h | unsigned short used_math; |