taglinefilesource code
top585drivers/FPU-emu/errors.ctop--;
top39drivers/FPU-emu/fpu_aux.ctop = 0;            /* We don't keep top in the status word internally. */
top110drivers/FPU-emu/fpu_emu.h#define  st(x)  ( regs[((top+x) &7 )] )
top128drivers/FPU-emu/fpu_emu.h#define pop()  { FPU_st0_ptr->tag = TW_Empty; top++; }
top131drivers/FPU-emu/fpu_emu.h#define push()  { top--; FPU_st0_ptr = st_new_ptr; }
top273drivers/FPU-emu/fpu_entry.ctop = 0;
top39drivers/FPU-emu/fpu_system.h#define top      (I387.soft.top)
top454drivers/FPU-emu/fpu_trig.ctop--;  /* FPU_st0_ptr will be fixed in math_emulate() before the next instr */
top460drivers/FPU-emu/fpu_trig.ctop++;  /* FPU_st0_ptr will be fixed in math_emulate() before the next instr */
top35drivers/FPU-emu/load_store.c#define pop_0()  { pop_ptr->tag = TW_Empty; top++; }
top71drivers/FPU-emu/load_store.ctop--;
top92drivers/FPU-emu/load_store.ctop++;
top108drivers/FPU-emu/load_store.ctop++;
top1212drivers/FPU-emu/reg_ld_str.ctop = (partial_status >> SW_Top_Shift) & 7;
top1272drivers/FPU-emu/reg_ld_str.cstnr = (i+top) & 7;
top1393drivers/FPU-emu/reg_ld_str.cwrite_to_extended(&regs[(top + i) & 7], d + 10 * i);
top50drivers/FPU-emu/status_w.h((partial_status & ~SW_Top & 0xffff) | ((top << SW_Top_Shift) & SW_Top))
top317drivers/char/console.cnew_y += top;
top502drivers/char/console.cscrup(currcons,top,bottom);
top508drivers/char/console.cif (y>top) {
top513drivers/char/console.cscrdown(currcons,top,bottom);
top730drivers/char/console.crespond_num(y + (decom ? top+1 : 1), currcons, tty);
top954drivers/char/console.ctop    = 0;
top1248drivers/char/console.ctop=par[0]-1;
top133include/linux/sched.hlong    top;