drivers/tty/vt/vt.c
1534
do_update_region(vc, (unsigned long) start, count);
drivers/tty/vt/vt.c
1570
do_update_region(vc, (unsigned long)(start + offset), count);
drivers/tty/vt/vt.c
1935
do_update_region(vc, vc->vc_origin, vc->vc_screenbuf_size / 2);
drivers/tty/vt/vt.c
2787
do_update_region(vc, vc->vc_origin, vc->vc_screenbuf_size / 2);
drivers/tty/vt/vt.c
636
do_update_region(vc, start, count);
drivers/tty/vt/vt.c
743
do_update_region(vc, (unsigned long) p, count);
drivers/tty/vt/vt.c
791
do_update_region(vc, (unsigned long) p,
drivers/tty/vt/vt.c
805
do_update_region(vc, (unsigned long) p,
drivers/tty/vt/vt.c
974
do_update_region(vc, vc->vc_origin, vc->vc_screenbuf_size / 2);