Sign in
android-kvm
/
linux
/
cbfdfd5624ebd6493c39d7f6400feaa03962e6ef
/
.
/
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