Home
last modified time | relevance | path

Searched defs:scr_memmovew (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/
Dvt_buffer.h55 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
/Linux-v5.15/arch/sparc/include/asm/
Dvga.h51 static inline void scr_memmovew(u16 *d, u16 *s, unsigned int n) in scr_memmovew() function
/Linux-v5.15/arch/powerpc/include/asm/
Dvga.h46 #define scr_memmovew memmove macro
/Linux-v5.15/arch/mips/include/asm/
Dvga.h51 #define scr_memmovew(d, s, c) memmove(d, s, c) macro