taglinefilesource code
y55include/linux/math_emu.h#define math_abort(x,y) \
y56include/linux/math_emu.h(((volatile void (*)(struct info *,unsigned int)) __math_abort)((x),(y)))
y78kernel/FPU-emu/fpu_emu.h#define reg_move(x, y) { \
y79kernel/FPU-emu/fpu_emu.h*(short *)&((y)->sign) = *(short *)&((x)->sign); \
y80kernel/FPU-emu/fpu_emu.h*(long *)&((y)->exp) = *(long *)&((x)->exp); \
y81kernel/FPU-emu/fpu_emu.h*(long long *)&((y)->sigl) = *(long long *)&((x)->sigl); }
y102kernel/FPU-emu/fpu_emu.hextern unsigned long div_small(unsigned long long *x, unsigned long y);
y290kernel/chr_drv/console.cy = 0;
y293kernel/chr_drv/console.cy = max_y - 1;
y295kernel/chr_drv/console.cy = new_y;
y296kernel/chr_drv/console.cpos = origin + y*video_size_row + (x<<1);
y389kernel/chr_drv/console.cif (y+1<bottom) {
y390kernel/chr_drv/console.cy++;
y400kernel/chr_drv/console.cif (y>top) {
y401kernel/chr_drv/console.cy--;
y639kernel/chr_drv/console.crespond_num(y + (decom ? top+1 : 1), currcons, tty);
y756kernel/chr_drv/console.cscrdown(currcons,y,bottom);
y775kernel/chr_drv/console.cscrup(currcons,y,bottom);
y822kernel/chr_drv/console.csaved_y    = y;
y1075kernel/chr_drv/console.cgotoxy(currcons,par[0],y);
y1079kernel/chr_drv/console.cgotoxy(currcons,x,y-par[0]);
y1083kernel/chr_drv/console.cgotoxy(currcons,x,y+par[0]);
y1087kernel/chr_drv/console.cgotoxy(currcons,x+par[0],y);
y1091kernel/chr_drv/console.cgotoxy(currcons,x-par[0],y);
y1095kernel/chr_drv/console.cgotoxy(currcons,0,y+par[0]);
y1099kernel/chr_drv/console.cgotoxy(currcons,0,y-par[0]);
y1381kernel/chr_drv/console.cpos = origin + y*video_size_row + (x<<1);
y1390kernel/chr_drv/console.cpos = origin + y*video_size_row + (x<<1);