tag | line | file | source code |
top | 108 | include/linux/sched.h | long top; |
top | 88 | kernel/FPU-emu/errors.c | status_word |= (top&7) << SW_TOPS; |
top | 414 | kernel/FPU-emu/errors.c | top--; |
top | 32 | kernel/FPU-emu/fpu_aux.c | top = 0; |
top | 58 | kernel/FPU-emu/fpu_aux.c | status_word |= (top&7) << SW_TOPS; |
top | 58 | kernel/FPU-emu/fpu_emu.h | #define st(x) ( regs[((top+x) &7 )] ) |
top | 73 | kernel/FPU-emu/fpu_emu.h | #define pop() { FPU_st0_ptr->tag = TW_Empty; top++; } |
top | 76 | kernel/FPU-emu/fpu_emu.h | #define push() { top--; FPU_st0_ptr = st_new_ptr; } |
top | 33 | kernel/FPU-emu/fpu_system.h | #define top (I387.soft.top) |
top | 265 | kernel/FPU-emu/fpu_trig.c | top--; /* FPU_st0_ptr will be fixed in math_emulate() before the next instr */ |
top | 270 | kernel/FPU-emu/fpu_trig.c | top++; /* FPU_st0_ptr will be fixed in math_emulate() before the next instr */ |
top | 34 | kernel/FPU-emu/load_store.c | #define pop_0() { pop_ptr->tag = TW_Empty; top++; } |
top | 69 | kernel/FPU-emu/load_store.c | top--; |
top | 191 | kernel/FPU-emu/load_store.c | status_word |= (top&7) << SW_TOPS; |
top | 273 | kernel/chr_drv/console.c | new_y += top; |
top | 382 | kernel/chr_drv/console.c | scrup(currcons,top,bottom); |
top | 388 | kernel/chr_drv/console.c | if (y>top) { |
top | 393 | kernel/chr_drv/console.c | scrdown(currcons,top,bottom); |
top | 627 | kernel/chr_drv/console.c | respond_num(y + (decom ? top+1 : 1), currcons, tty); |
top | 851 | kernel/chr_drv/console.c | top = 0; |
top | 1142 | kernel/chr_drv/console.c | top=par[0]-1; |