arch/arm64/include/asm/string.h
0 → 100644
+31
−0
+2
−1
arch/arm64/lib/memchr.S
0 → 100644
+44
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch introduces AArch64-specific memory functions (memcpy,
memmove, memchr, memset). These functions are not optimised for any CPU
implementation but can be used as a starting point once hardware is
available.
Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com>