tag | line | file | source code |
top | 546 | drivers/FPU-emu/errors.c | top--; |
top | 36 | drivers/FPU-emu/fpu_aux.c | top = 0; /* We don't keep top in the status word internally. */ |
top | 85 | drivers/FPU-emu/fpu_emu.h | #define st(x) ( regs[((top+x) &7 )] ) |
top | 103 | drivers/FPU-emu/fpu_emu.h | #define pop() { FPU_st0_ptr->tag = TW_Empty; top++; } |
top | 106 | drivers/FPU-emu/fpu_emu.h | #define push() { top--; FPU_st0_ptr = st_new_ptr; } |
top | 276 | drivers/FPU-emu/fpu_entry.c | top = 0; |
top | 38 | drivers/FPU-emu/fpu_system.h | #define top (I387.soft.top) |
top | 454 | drivers/FPU-emu/fpu_trig.c | top--; /* FPU_st0_ptr will be fixed in math_emulate() before the next instr */ |
top | 460 | drivers/FPU-emu/fpu_trig.c | top++; /* FPU_st0_ptr will be fixed in math_emulate() before the next instr */ |
top | 35 | drivers/FPU-emu/load_store.c | #define pop_0() { pop_ptr->tag = TW_Empty; top++; } |
top | 71 | drivers/FPU-emu/load_store.c | top--; |
top | 92 | drivers/FPU-emu/load_store.c | top++; |
top | 108 | drivers/FPU-emu/load_store.c | top++; |
top | 1184 | drivers/FPU-emu/reg_ld_str.c | top = (partial_status >> SW_Top_Shift) & 7; |
top | 1244 | drivers/FPU-emu/reg_ld_str.c | stnr = (i+top) & 7; |
top | 1332 | 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 | 291 | drivers/char/console.c | new_y += top; |
top | 470 | drivers/char/console.c | scrup(currcons,top,bottom); |
top | 476 | drivers/char/console.c | if (y>top) { |
top | 481 | drivers/char/console.c | scrdown(currcons,top,bottom); |
top | 699 | drivers/char/console.c | respond_num(y + (decom ? top+1 : 1), currcons, tty); |
top | 923 | drivers/char/console.c | top = 0; |
top | 1219 | drivers/char/console.c | top=par[0]-1; |
top | 125 | include/linux/sched.h | long top; |