Searched defs:scr_memcpyw (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/include/linux/ |
D | vt_buffer.h | 42 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
|
/linux-6.8/arch/sparc/include/asm/ |
D | vga.h | 44 static inline void scr_memcpyw(u16 *d, u16 *s, unsigned int n) in scr_memcpyw() function
|
/linux-6.8/arch/powerpc/include/asm/ |
D | vga.h | 45 #define scr_memcpyw memcpy macro
|
/linux-6.8/arch/mips/include/asm/ |
D | vga.h | 50 #define scr_memcpyw(d, s, c) memcpy(d, s, c) macro
|
/linux-6.8/arch/alpha/kernel/ |
D | io.c | 654 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
|