Home
last modified time | relevance | path

Searched refs:__memcpy3d (Results 1 – 2 of 2) sorted by relevance

/arch/x86/lib/
Dmemcpy_32.c10 return __memcpy3d(to, from, n); in memcpy()
/arch/x86/include/asm/
Dstring_32.h162 static inline void *__memcpy3d(void *to, const void *from, size_t len) in __memcpy3d() function
172 : __memcpy3d((t), (f), (n)))