Searched refs:scr_memcpyw (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/alpha/kernel/ |
| H A D | io.c | 658 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function 686 EXPORT_SYMBOL(scr_memcpyw); 691 scr_memcpyw(d, s, count); in scr_memmovew()
|
| /linux/arch/alpha/include/asm/ |
| H A D | vga.h | 43 extern void scr_memcpyw(u16 *d, const u16 *s, unsigned int count);
|
| /linux/drivers/video/console/ |
| H A D | vgacon.c | 635 scr_memcpyw((u16 *) c->vc_origin, (u16 *) c->vc_screenbuf, in vgacon_switch() 1132 scr_memcpyw((u16 *) c->vc_screenbuf, (u16 *) c->vc_origin, in vgacon_save_screen() 1153 scr_memcpyw((u16 *) vga_vram_base, in vgacon_scroll()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 1274 scr_memcpyw((unsigned short *) new_origin, in vc_do_resize()
|