Searched defs:scr_memmovew (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | vt_buffer.h | 55 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vt_buffer.h | 55 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | vga.h | 51 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | vga.h | 46 #define scr_memmovew memmove macro
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | vga.h | 51 static inline void scr_memmovew(u16 *d, u16 *s, unsigned int n) in scr_memmovew() function
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | vga.h | 51 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | vga.h | 46 #define scr_memmovew memmove macro
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | vga.h | 51 static inline void scr_memmovew(u16 *d, u16 *s, unsigned int n) in scr_memmovew() function
|
Completed in 2 milliseconds