Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dvga.h46 #define scr_memmovew memmove macro
/Linux-v4.19/arch/sparc/include/asm/
Dvga.h51 static inline void scr_memmovew(u16 *d, u16 *s, unsigned int n) in scr_memmovew() function
/Linux-v4.19/arch/mips/include/asm/
Dvga.h51 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
/Linux-v4.19/include/linux/
Dvt_buffer.h55 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
/Linux-v4.19/drivers/video/console/
Dmdacon.c518 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()
Dvgacon.c1393 scr_memmovew((u16 *) (vga_vram_end - in vgacon_scroll()
/Linux-v4.19/drivers/tty/vt/
Dvt.c641 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()