scr_memmovew 51 arch/mips/include/asm/vga.h #define scr_memmovew(d, s, c) memmove(d, s, c) scr_memmovew 46 arch/powerpc/include/asm/vga.h #define scr_memmovew memmove scr_memmovew 51 arch/sparc/include/asm/vga.h static inline void scr_memmovew(u16 *d, u16 *s, unsigned int n) scr_memmovew 55 include/linux/vt_buffer.h static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count)