tag | line | file | source code |
cwd | 100 | include/linux/math_emu.h | #define ROUNDING ((I387.cwd >> 10) & 3) |
cwd | 101 | include/linux/math_emu.h | #define PRECISION ((I387.cwd >> 8) & 3) |
cwd | 72 | include/linux/sched.h | long cwd; |
cwd | 33 | include/linux/user.h | long cwd; |
cwd | 60 | kernel/math/emulate.c | if (I387.cwd & I387.swd & 0x3f) |
cwd | 153 | kernel/math/emulate.c | I387.cwd = 0x037f; |
cwd | 336 | kernel/math/emulate.c | *(unsigned short *) &I387.cwd = |
cwd | 351 | kernel/math/emulate.c | put_fs_word(I387.cwd,(short *) address); |
cwd | 392 | kernel/math/emulate.c | I387.cwd = 0x037f; |
cwd | 488 | kernel/math/emulate.c | I387.cwd = 0x037f; |