Home
last modified time | relevance | path

Searched refs:scr_memcpyw (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dvga.h37 #define scr_memcpyw memcpy macro
/arch/mips/include/asm/
Dvga.h42 #define scr_memcpyw(d, s, c) memcpy(d, s, c) macro
/arch/alpha/include/asm/
Dvga.h41 extern void scr_memcpyw(u16 *d, const u16 *s, unsigned int count);
/arch/alpha/kernel/
Dio.c590 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
618 EXPORT_SYMBOL(scr_memcpyw);