linux_dsm_epyc7002/arch/arm64/lib
Mark Rutland abb77f3d96 arm64: tishift: use asm EXPORT_SYMBOL()
For a while now it's been possible to use EXPORT_SYMBOL() in assembly
files, which allows us to place exports immediately after assembly
functions, as we do for C functions.

As a step towards removing arm64ksyms.c, let's move the tishift exports
to the assembly file the functions are defined in.

There should be no functional change as a result of this patch.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2018-12-10 11:50:11 +00:00
..
atomic_ll_sc.c
clear_page.S
clear_user.S arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user 2018-02-06 22:53:40 +00:00
copy_from_user.S arm64: kpti: Fix the interaction between ASID switching and software PAN 2018-01-16 17:37:48 +00:00
copy_in_user.S arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user 2018-02-06 22:53:40 +00:00
copy_page.S
copy_template.S
copy_to_user.S arm64: kpti: Fix the interaction between ASID switching and software PAN 2018-01-16 17:37:48 +00:00
crc32.S arm64/lib: improve CRC32 performance for deep pipelines 2018-11-30 13:58:04 +00:00
delay.c
Makefile arm64: crypto: add NEON accelerated XOR implementation 2018-12-06 16:47:06 +00:00
memchr.S arm64: lib: use C string functions with KASAN enabled 2018-10-26 16:25:18 -07:00
memcmp.S arm64: lib: use C string functions with KASAN enabled 2018-10-26 16:25:18 -07:00
memcpy.S
memmove.S
memset.S
strchr.S arm64: lib: use C string functions with KASAN enabled 2018-10-26 16:25:18 -07:00
strcmp.S arm64: lib: use C string functions with KASAN enabled 2018-10-26 16:25:18 -07:00
strlen.S arm64: lib: use C string functions with KASAN enabled 2018-10-26 16:25:18 -07:00
strncmp.S arm64: lib: use C string functions with KASAN enabled 2018-10-26 16:25:18 -07:00
strnlen.S arm64: lib: use C string functions with KASAN enabled 2018-10-26 16:25:18 -07:00
strrchr.S arm64: lib: use C string functions with KASAN enabled 2018-10-26 16:25:18 -07:00
tishift.S arm64: tishift: use asm EXPORT_SYMBOL() 2018-12-10 11:50:11 +00:00
uaccess_flushcache.c
xor-neon.c arm64: crypto: add NEON accelerated XOR implementation 2018-12-06 16:47:06 +00:00