taglinefilesource code
top542drivers/FPU-emu/errors.ctop--;
top36drivers/FPU-emu/fpu_aux.ctop = 0;            /* We don't keep top in the status word internally. */
top85drivers/FPU-emu/fpu_emu.h#define  st(x)  ( regs[((top+x) &7 )] )
top103drivers/FPU-emu/fpu_emu.h#define pop()  { FPU_st0_ptr->tag = TW_Empty; top++; }
top106drivers/FPU-emu/fpu_emu.h#define push()  { top--; FPU_st0_ptr = st_new_ptr; }
top275drivers/FPU-emu/fpu_entry.ctop = 0;
top37drivers/FPU-emu/fpu_system.h#define top      (I387.soft.top)
top430drivers/FPU-emu/fpu_trig.ctop--;  /* FPU_st0_ptr will be fixed in math_emulate() before the next instr */
top436drivers/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++;
top1170drivers/FPU-emu/reg_ld_str.ctop = (partial_status >> SW_Top_Shift) & 7;
top1230drivers/FPU-emu/reg_ld_str.cstnr = (i+top) & 7;
top1317drivers/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))
top291drivers/char/console.cnew_y += top;
top470drivers/char/console.cscrup(currcons,top,bottom);
top476drivers/char/console.cif (y>top) {
top481drivers/char/console.cscrdown(currcons,top,bottom);
top699drivers/char/console.crespond_num(y + (decom ? top+1 : 1), currcons, tty);
top923drivers/char/console.ctop    = 0;
top1220drivers/char/console.ctop=par[0]-1;
top110include/linux/sched.hlong    top;