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

/linux-master/arch/powerpc/include/asm/
H A Dvga.h46 #define scr_memmovew memmove macro
/linux-master/arch/mips/include/asm/
H A Dvga.h51 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
/linux-master/arch/sparc/include/asm/
H A Dvga.h51 static inline void scr_memmovew(u16 *d, u16 *s, unsigned int n) function
/linux-master/include/linux/
H A Dvt_buffer.h55 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) function
/linux-master/drivers/video/console/
H A Dmdacon.c508 scr_memmovew(mda_addr(0, t), mda_addr(0, t + lines),
515 scr_memmovew(mda_addr(0, t + lines), mda_addr(0, t),
H A Dvgacon.c1165 scr_memmovew((u16 *) (vga_vram_end -
/linux-master/drivers/tty/vt/
H A Dvt.c589 scr_memmovew(dst, src, (rows - nr) * vc->vc_size_row);
784 scr_memmovew(p + nr, p, (vc->vc_cols - vc->state.x - nr) * 2);
797 scr_memmovew(p, p + nr, (vc->vc_cols - vc->state.x - nr) * 2);

Completed in 233 milliseconds