taglinefilesource code
top108include/linux/sched.hlong    top;
top88kernel/FPU-emu/errors.cstatus_word |= (top&7) << SW_TOPS;
top414kernel/FPU-emu/errors.ctop--;
top32kernel/FPU-emu/fpu_aux.ctop = 0;
top58kernel/FPU-emu/fpu_aux.cstatus_word |= (top&7) << SW_TOPS;
top58kernel/FPU-emu/fpu_emu.h#define  st(x)  ( regs[((top+x) &7 )] )
top73kernel/FPU-emu/fpu_emu.h#define pop()  { FPU_st0_ptr->tag = TW_Empty; top++; }
top76kernel/FPU-emu/fpu_emu.h#define push()  { top--; FPU_st0_ptr = st_new_ptr; }
top33kernel/FPU-emu/fpu_system.h#define top      (I387.soft.top)
top265kernel/FPU-emu/fpu_trig.ctop--;  /* FPU_st0_ptr will be fixed in math_emulate() before the next instr */
top270kernel/FPU-emu/fpu_trig.ctop++;  /* FPU_st0_ptr will be fixed in math_emulate() before the next instr */
top34kernel/FPU-emu/load_store.c#define pop_0()  { pop_ptr->tag = TW_Empty; top++; }
top69kernel/FPU-emu/load_store.ctop--;
top191kernel/FPU-emu/load_store.cstatus_word |= (top&7) << SW_TOPS;
top273kernel/chr_drv/console.cnew_y += top;
top382kernel/chr_drv/console.cscrup(currcons,top,bottom);
top388kernel/chr_drv/console.cif (y>top) {
top393kernel/chr_drv/console.cscrdown(currcons,top,bottom);
top627kernel/chr_drv/console.crespond_num(y + (decom ? top+1 : 1), currcons, tty);
top851kernel/chr_drv/console.ctop    = 0;
top1142kernel/chr_drv/console.ctop=par[0]-1;