Searched refs:scr_memmovew (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/video/console/ |
D | mdacon.c | 456 scr_memmovew(MDA_ADDR(0,dy), MDA_ADDR(0,sy), height*width*2); in mdacon_bmove() 463 scr_memmovew(dest, src, width*2); in mdacon_bmove() 472 scr_memmovew(dest, src, width*2); in mdacon_bmove() 546 scr_memmovew(MDA_ADDR(0,t), MDA_ADDR(0,t+lines), in mdacon_scroll() 553 scr_memmovew(MDA_ADDR(0,t+lines), MDA_ADDR(0,t), in mdacon_scroll()
|
D | vgacon.c | 1390 scr_memmovew((u16 *) (vga_vram_end - in vgacon_scroll()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | vga.h | 44 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
|
/linux-4.4.14/include/linux/ |
D | vt_buffer.h | 45 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 328 scr_memmovew(d, s, (b - t - nr) * vc->vc_size_row); in scrup() 346 scr_memmovew(s + step, s, (b - t - nr) * vc->vc_size_row); in scrdown() 550 scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x - nr) * 2); in insert_char()
|