Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds