taglinefilesource code
top601arch/i386/math-emu/errors.ctop--;
top38arch/i386/math-emu/fpu_aux.ctop = 0;            /* We don't keep top in the status word internally. */
top121arch/i386/math-emu/fpu_emu.h#define  st(x)  ( regs[((top+x) &7 )] )
top127arch/i386/math-emu/fpu_emu.h#define pop()  { regs[(top++ & 7 )].tag = TW_Empty; }
top128arch/i386/math-emu/fpu_emu.h#define poppop() { regs[((top + 1) & 7 )].tag \
top129arch/i386/math-emu/fpu_emu.h= regs[(top & 7 )].tag = TW_Empty; \
top130arch/i386/math-emu/fpu_emu.htop += 2; }
top133arch/i386/math-emu/fpu_emu.h#define push()  { top--; }
top61arch/i386/math-emu/fpu_system.h#define top      (I387.soft.top)
top440arch/i386/math-emu/fpu_trig.ctop--;  /* st0_ptr will be fixed in math_emulate() before the next instr */
top446arch/i386/math-emu/fpu_trig.ctop++;  /* st0_ptr will be fixed in math_emulate() before the next instr */
top35arch/i386/math-emu/load_store.c#define pop_0()  { st0_ptr->tag = TW_Empty; top++; }
top102arch/i386/math-emu/load_store.ctop--;
top123arch/i386/math-emu/load_store.ctop++;
top138arch/i386/math-emu/load_store.ctop++;
top1211arch/i386/math-emu/reg_ld_str.ctop = (partial_status >> SW_Top_Shift) & 7;
top1264arch/i386/math-emu/reg_ld_str.cstnr = (i+top) & 7;
top1382arch/i386/math-emu/reg_ld_str.cwrite_to_extended(&regs[(top + i) & 7], d + 10 * i);
top50arch/i386/math-emu/status_w.h((partial_status & ~SW_Top & 0xffff) | ((top << SW_Top_Shift) & SW_Top))
top47arch/m68k/fpsp040/fpsp.h|  The fsave frame is also accessible from the top via A7.
top397arch/m68k/kernel/console.ctop = 0;
top486arch/m68k/kernel/console.ctop = 0;
top550arch/m68k/kernel/console.cnew_y += top;
top669arch/m68k/kernel/console.cscrup(currcons,top,bottom, 1);
top682arch/m68k/kernel/console.cif (y == top)
top683arch/m68k/kernel/console.cscrdown(currcons,top,bottom, 1);
top968arch/m68k/kernel/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
top1368arch/m68k/kernel/console.ctop    = 0;
top1908arch/m68k/kernel/console.ctop=par[0]-1;
top427drivers/char/console.ctop = 0;
top495drivers/char/console.cnew_y += top;
top679drivers/char/console.cscrup(currcons,top,bottom);
top692drivers/char/console.cif (y == top)
top693drivers/char/console.cscrdown(currcons,top,bottom);
top939drivers/char/console.csprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1);
top1283drivers/char/console.ctop    = 0;
top1740drivers/char/console.ctop=par[0]-1;
top66include/asm-i386/processor.hlong    top;