Searched defs:scr_memcpyw (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/include/linux/ |
D | vt_buffer.h | 24 #define scr_memcpyw(d, s, c) memcpy(d, s, c) macro 40 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
|
/linux-3.3/arch/powerpc/include/asm/ |
D | vga.h | 37 #define scr_memcpyw memcpy macro
|
/linux-3.3/arch/mips/include/asm/ |
D | vga.h | 42 #define scr_memcpyw(d, s, c) memcpy(d, s, c) macro
|
/linux-3.3/arch/alpha/kernel/ |
D | io.c | 590 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
|