Home
last modified time | relevance | path

Searched refs:scr_memmovew (Results 1 – 5 of 5) sorted by relevance

/linux/arch/alpha/include/asm/
H A Dvga.h44 extern void scr_memmovew(u16 *d, const u16 *s, unsigned int count);
/linux/drivers/video/console/
H A Dmdacon.c508 scr_memmovew(mda_addr(0, t), mda_addr(0, t + lines), in mdacon_scroll()
515 scr_memmovew(mda_addr(0, t + lines), mda_addr(0, t), in mdacon_scroll()
H A Dvgacon.c1165 scr_memmovew((u16 *) (vga_vram_end - in vgacon_scroll()
/linux/arch/alpha/kernel/
H A Dio.c688 void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
700 EXPORT_SYMBOL(scr_memmovew);
/linux/drivers/tty/vt/
H A Dvt.c598 scr_memmovew(dst, src, (rows - nr) * vc->vc_size_row); in con_scroll()
793 scr_memmovew(p + nr, p, (vc->vc_cols - vc->state.x - nr) * 2); in insert_char()
806 scr_memmovew(p, p + nr, (vc->vc_cols - vc->state.x - nr) * 2); in delete_char()