Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dvt_buffer.h45 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
/linux-4.4.14/arch/mips/include/asm/
Dvga.h44 #define scr_memmovew(d, s, c) memmove(d, s, c) macro