1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #include <asm/ppc_asm.h> 2 #include <asm/ppc_asm.h> 3 3 4 FUNC_START(memcpy) 4 FUNC_START(memcpy) 5 b test_memcpy 5 b test_memcpy 6 6 7 FUNC_START(backwards_memcpy) 7 FUNC_START(backwards_memcpy) 8 b test_backwards_memcpy 8 b test_backwards_memcpy
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.