tag | line | file | source code |
top | 585 | drivers/FPU-emu/errors.c | top--; |
top | 39 | drivers/FPU-emu/fpu_aux.c | top = 0; /* We don't keep top in the status word internally. */ |
top | 110 | drivers/FPU-emu/fpu_emu.h | #define st(x) ( regs[((top+x) &7 )] ) |
top | 128 | drivers/FPU-emu/fpu_emu.h | #define pop() { FPU_st0_ptr->tag = TW_Empty; top++; } |
top | 131 | drivers/FPU-emu/fpu_emu.h | #define push() { top--; FPU_st0_ptr = st_new_ptr; } |
top | 273 | drivers/FPU-emu/fpu_entry.c | top = 0; |
top | 39 | 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 | 1212 | drivers/FPU-emu/reg_ld_str.c | top = (partial_status >> SW_Top_Shift) & 7; |
top | 1272 | drivers/FPU-emu/reg_ld_str.c | stnr = (i+top) & 7; |
top | 1393 | 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 | 317 | drivers/char/console.c | new_y += top; |
top | 502 | drivers/char/console.c | scrup(currcons,top,bottom); |
top | 508 | drivers/char/console.c | if (y>top) { |
top | 513 | drivers/char/console.c | scrdown(currcons,top,bottom); |
top | 730 | drivers/char/console.c | respond_num(y + (decom ? top+1 : 1), currcons, tty); |
top | 954 | drivers/char/console.c | top = 0; |
top | 1248 | drivers/char/console.c | top=par[0]-1; |
top | 133 | include/linux/sched.h | long top; |