vga_vram_end 84 drivers/video/console/vgacon.c static unsigned long vga_vram_end __read_mostly; /* End of video memory */ vga_vram_end 532 drivers/video/console/vgacon.c vga_vram_end = vga_vram_base + vga_vram_size; vga_vram_end 1384 drivers/video/console/vgacon.c if (c->vc_scr_end + delta >= vga_vram_end) { vga_vram_end 1397 drivers/video/console/vgacon.c scr_memmovew((u16 *) (vga_vram_end - vga_vram_end 1401 drivers/video/console/vgacon.c c->vc_origin = vga_vram_end - c->vc_screenbuf_size;