]> Git Repo - J-linux.git/blob - tools/testing/selftests/powerpc/copyloops/memcpy_stubs.S
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / tools / testing / selftests / powerpc / copyloops / memcpy_stubs.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <asm/ppc_asm.h>
3
4 FUNC_START(memcpy)
5         b test_memcpy
6
7 FUNC_START(backwards_memcpy)
8         b test_backwards_memcpy
This page took 0.03218 seconds and 4 git commands to generate.