Searched refs:scr_memmovew (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | vga.h | 46 #define scr_memmovew memmove macro
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | vga.h | 51 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | vga.h | 51 static inline void scr_memmovew(u16 *d, u16 *s, unsigned int n) in scr_memmovew() function
|
/openbmc/linux/include/linux/ |
H A D | vt_buffer.h | 55 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
|
/openbmc/linux/drivers/video/console/ |
H A D | mdacon.c | 520 scr_memmovew(mda_addr(0, t), mda_addr(0, t + lines), in mdacon_scroll() 527 scr_memmovew(mda_addr(0, t + lines), mda_addr(0, t), in mdacon_scroll()
|
H A D | vgacon.c | 1136 scr_memmovew((u16 *) (vga_vram_end - in vgacon_scroll()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 587 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()
|