tag | line | file | source code |
top | 607 | drivers/FPU-emu/errors.c | top--; |
top | 38 | drivers/FPU-emu/fpu_aux.c | top = 0; /* We don't keep top in the status word internally. */ |
top | 120 | drivers/FPU-emu/fpu_emu.h | #define st(x) ( regs[((top+x) &7 )] ) |
top | 126 | drivers/FPU-emu/fpu_emu.h | #define pop() { regs[(top++ & 7 )].tag = TW_Empty; } |
top | 127 | drivers/FPU-emu/fpu_emu.h | #define poppop() { regs[((top + 1) & 7 )].tag \ |
top | 128 | drivers/FPU-emu/fpu_emu.h | = regs[(top & 7 )].tag = TW_Empty; \ |
top | 129 | drivers/FPU-emu/fpu_emu.h | top += 2; } |
top | 132 | drivers/FPU-emu/fpu_emu.h | #define push() { top--; } |
top | 296 | drivers/FPU-emu/fpu_entry.c | top = 0; |
top | 60 | drivers/FPU-emu/fpu_system.h | #define top (I387.soft.top) |
top | 456 | drivers/FPU-emu/fpu_trig.c | top--; /* st0_ptr will be fixed in math_emulate() before the next instr */ |
top | 462 | drivers/FPU-emu/fpu_trig.c | top++; /* st0_ptr will be fixed in math_emulate() before the next instr */ |
top | 35 | drivers/FPU-emu/load_store.c | #define pop_0() { st0_ptr->tag = TW_Empty; top++; } |
top | 102 | drivers/FPU-emu/load_store.c | top--; |
top | 123 | drivers/FPU-emu/load_store.c | top++; |
top | 138 | drivers/FPU-emu/load_store.c | top++; |
top | 1197 | drivers/FPU-emu/reg_ld_str.c | top = (partial_status >> SW_Top_Shift) & 7; |
top | 1250 | drivers/FPU-emu/reg_ld_str.c | stnr = (i+top) & 7; |
top | 1368 | drivers/FPU-emu/reg_ld_str.c | write_to_extended(®s[(top + i) & 7], d + 10 * i); |
top | 50 | drivers/FPU-emu/status_w.h | ((partial_status & ~SW_Top & 0xffff) | ((top << SW_Top_Shift) & SW_Top)) |
top | 341 | drivers/char/console.c | new_y += top; |
top | 526 | drivers/char/console.c | scrup(currcons,top,bottom); |
top | 532 | drivers/char/console.c | if (y>top) { |
top | 537 | drivers/char/console.c | scrdown(currcons,top,bottom); |
top | 779 | drivers/char/console.c | sprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1); |
top | 1013 | drivers/char/console.c | top = 0; |
top | 1336 | drivers/char/console.c | top=par[0]-1; |
top | 136 | include/linux/sched.h | long top; |