Searched refs:test_memcpy (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | Makefile | 38 -D COPY_LOOP=test_memcpy \
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 166 int test_memcpy(void *dst, void *src, int size, int offset, in test_memcpy() function 287 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test() 288 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 157 int test_memcpy(void *dst, void *src, int size, int offset, in test_memcpy() function 278 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test() 279 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/ |
H A D | Makefile | 39 -D COPY_LOOP=test_memcpy \
|
Completed in 3 milliseconds