Searched refs:vc_scr_end (Results 1 – 4 of 4) sorted by relevance
105 unsigned long vc_scr_end; /* [!] End of real screen */ member
1123 if (c->vc_scr_end + delta >= vga_vram_end) { in vgacon_scroll()1144 c->vc_scr_end = c->vc_origin + c->vc_screenbuf_size; in vgacon_scroll()1148 c->vc_scr_end = c->vc_origin + c->vc_screenbuf_size; in vgacon_scroll()
537 if (pos >= vc->vc_origin && pos < vc->vc_scr_end) { in vc_uniscr_copy_line()882 vc->vc_scr_end = vc->vc_origin + vc->vc_screenbuf_size; in set_origin()1517 count = (vc->vc_scr_end - vc->vc_pos) >> 1; in csi_J()4761 ptrdiff_t scr_end = (void *)c->vc_scr_end - base; in vc_scrolldelta_helper()
2608 if (pos >= vc->vc_origin && pos < vc->vc_scr_end) { in fbcon_getxy()