Sign in
android-kvm
/
linux
/
9614369a042a3a345ef7e2997c277aa8a271b8a0
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
copyloops
/
memcpy_stubs.S
blob: d9baa832fa49f0698ed8034403b12154eccacc79 [
file
] [
log
] [
blame
]
/*
SPDX
-
License
-
Identifier
:
GPL
-2.0
*/
#include <asm/ppc_asm.h>
FUNC_START
(
memcpy
)
b test_memcpy
FUNC_START
(
backwards_memcpy
)
b test_backwards_memcpy