mirror-linux/tools/testing/selftests/powerpc/copyloops
Nicholas Piggin 4e991e3c16 powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called.
pcrel addressing mode requires branches to functions with a
localentry value of 1 to have either a trailing nop or @notoc.
This macro permits the latter without changing callers.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
[mpe: Add dummy definitions to fix selftests build]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
2023-04-20 12:54:24 +10:00
..
asm powerpc: add CFUNC assembly label annotation 2023-04-20 12:54:24 +10:00
.gitignore selftests/powerpc/copyloops: Add memmove_64 test 2022-02-12 22:47:44 +11:00
Makefile selftests/powerpc/copyloops: Add memmove_64 test 2022-02-12 22:47:44 +11:00
copy_mc_64.S
copy_tofrom_user_reference.S
copyuser_64.S
copyuser_power7.S
exc_validate.c
mem_64.S selftests/powerpc/copyloops: Add memmove_64 test 2022-02-12 22:47:44 +11:00
memcpy_64.S
memcpy_power7.S
memcpy_stubs.S selftests/powerpc/copyloops: Add memmove_64 test 2022-02-12 22:47:44 +11:00
memmove_validate.c selftests/powerpc/copyloops: Add memmove_64 test 2022-02-12 22:47:44 +11:00
stubs.S
validate.c