zephyr/arch/arm64/core
Nicolas Pitre 563a8d11a4 arm64: refer to the link register as "lr" rather than "x30"
In ARM parlance, the subroutine call return address is stored in the
"link register" or simply lr. Refer to it as lr which is clearer than
the anonymous x30 designation.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2022-04-07 16:31:30 -05:00
..
cortex_r board: arm64: fvp_baser_aemv8r: Fix misc SMP issues 2022-03-11 11:00:05 +01:00
offsets arm64: refer to the link register as "lr" rather than "x30" 2022-04-07 16:31:30 -05:00
xen xenvm: arm64: add Xen Enlighten and event channel support 2021-12-07 12:15:38 -05:00
CMakeLists.txt arm64: xenvm: Add Xen hypercall interface for arm64 2021-10-29 15:23:33 +02:00
Kconfig arm64: v8r: Enable AARCH64_IMAGE_HEADER by default 2022-03-16 09:19:44 -05:00
boot.h
cache.c arm64: cache: Fix data corruption issue on DCACHE range invalidation 2022-02-21 22:00:16 -05:00
cpu_idle.S arm64: refer to the link register as "lr" rather than "x30" 2022-04-07 16:31:30 -05:00
fatal.c arm64: refer to the link register as "lr" rather than "x30" 2022-04-07 16:31:30 -05:00
fpu.S
fpu.c arm64: improved arch_switch() implementation 2022-03-15 22:24:22 -04:00
header.S arm64: v8r: Enable AARCH64_IMAGE_HEADER by default 2022-03-16 09:19:44 -05:00
irq_init.c
irq_manage.c
irq_offload.c arm64: irq_offload: simpler implementation 2022-03-14 22:03:05 -04:00
isr_wrapper.S arm64: simplify the code around the call to z_get_next_switch_handle() 2022-03-18 13:32:49 -04:00
macro_priv.inc arm64: update _current_cpu->nested properly 2022-02-21 21:53:23 -05:00
mmu.S
mmu.c arm64: mmu: provide more memory mapping types for z_phys_map() 2022-04-05 11:17:47 +02:00
mmu.h
prep_c.c arm64: simple memcpy/memset alternatives to be used during early boot 2022-02-21 21:00:12 -05:00
reset.S arm64: refer to the link register as "lr" rather than "x30" 2022-04-07 16:31:30 -05:00
reset.c arm64: Fix booting issue with FVP V8R >= 11.16.16 2022-03-08 11:09:13 +01:00
smccc-call.S
smp.c arm64: smp: Fix broadcast_ipi issue 2022-03-11 11:00:05 +01:00
switch.S arm64: refer to the link register as "lr" rather than "x30" 2022-04-07 16:31:30 -05:00
thread.c arm64: simplify the code around the call to z_get_next_switch_handle() 2022-03-18 13:32:49 -04:00
tls.c
userspace.S arm64: simplify user mode transition code 2022-03-15 22:24:22 -04:00
vector_table.S arm64: refer to the link register as "lr" rather than "x30" 2022-04-07 16:31:30 -05:00