kernel-fxtec-pro1x/arch/arm64/lib
Ard Biesheuvel 78c5d9810c FROMLIST: arm64/lib: copy_page: avoid x18 register in assembler code
Register x18 will no longer be used as a caller save register in the
future, so stop using it in the copy_page() code.

Bug: 145210207
Change-Id: I521c1e52899b36f6a53269852b7b1b2858280756
(am from https://lore.kernel.org/patchwork/patch/1149064/)
Link: https://patchwork.kernel.org/patch/9836869/
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
[Sami: changed the offset and bias to be explicit]
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
2019-11-27 12:37:23 -08:00
..
atomic_ll_sc.c
clear_page.S
clear_user.S arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault 2019-11-24 08:19:14 +01:00
copy_from_user.S arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault 2019-11-24 08:19:14 +01:00
copy_in_user.S arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault 2019-11-24 08:19:14 +01:00
copy_page.S FROMLIST: arm64/lib: copy_page: avoid x18 register in assembler code 2019-11-27 12:37:23 -08:00
copy_template.S
copy_to_user.S arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault 2019-11-24 08:19:14 +01:00
delay.c
Makefile
memchr.S UPSTREAM: arm64: lib: use C string functions with KASAN enabled 2019-09-24 17:44:11 -07:00
memcmp.S UPSTREAM: arm64: lib: use C string functions with KASAN enabled 2019-09-24 17:44:11 -07:00
memcpy.S
memmove.S
memset.S
strchr.S UPSTREAM: arm64: lib: use C string functions with KASAN enabled 2019-09-24 17:44:11 -07:00
strcmp.S UPSTREAM: arm64: lib: use C string functions with KASAN enabled 2019-09-24 17:44:11 -07:00
strlen.S UPSTREAM: arm64: lib: use C string functions with KASAN enabled 2019-09-24 17:44:11 -07:00
strncmp.S UPSTREAM: arm64: lib: use C string functions with KASAN enabled 2019-09-24 17:44:11 -07:00
strnlen.S UPSTREAM: arm64: lib: use C string functions with KASAN enabled 2019-09-24 17:44:11 -07:00
strrchr.S UPSTREAM: arm64: lib: use C string functions with KASAN enabled 2019-09-24 17:44:11 -07:00
tishift.S
uaccess_flushcache.c