Searched refs:scr_memmovew (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | vga.h | 46 #define scr_memmovew memmove macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | vga.h | 51 static inline void scr_memmovew(u16 *d, u16 *s, unsigned int n) in scr_memmovew() function
|
/Linux-v4.19/arch/mips/include/asm/ |
D | vga.h | 51 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
|
/Linux-v4.19/include/linux/ |
D | vt_buffer.h | 55 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
|
/Linux-v4.19/drivers/video/console/ |
D | mdacon.c | 518 scr_memmovew(mda_addr(0, t), mda_addr(0, t + lines), in mdacon_scroll() 525 scr_memmovew(mda_addr(0, t + lines), mda_addr(0, t), in mdacon_scroll()
|
D | vgacon.c | 1393 scr_memmovew((u16 *) (vga_vram_end - in vgacon_scroll()
|
/Linux-v4.19/drivers/tty/vt/ |
D | vt.c | 641 scr_memmovew(d, s, (b - t - nr) * vc->vc_size_row); in con_scroll() 839 scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x - nr) * 2); in insert_char()
|