zephyr/arch
Nicolas Pitre 0c45b548e2 aarch64: rationalize exception entry/exit code
Each vector slot has room for 32 instructions. The exception context
saving needs 15 instructions already. Rather than duplicating those
instructions in each out-of-line exception routines, let's store
them directly in the vector table. That vector space is otherwise
wasted anyway. Move the z_arm64_enter_exc macro into vector_table.S
as this is the only place where it should be used.

To further reduce code size, let's make z_arm64_exit_exc into a
function of its own to avoid code duplication again. It is put in
vector_table.S as this is the most logical location to go with its
z_arm64_enter_exc counterpart.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2021-03-03 16:26:40 +03:00
..
arc arch: arc: fix mpu version number 2021-02-24 08:57:35 -05:00
arm aarch64: rationalize exception entry/exit code 2021-03-03 16:26:40 +03:00
common gen_isr_tables: Added check of the IRQ num before accessing the vt 2021-01-24 10:12:54 -05:00
nios2 kernel: Cleanup logger setup in kernel files 2020-11-27 09:56:34 -05:00
posix kernel: Add new k_thread_abort()/k_thread_join() 2021-02-24 16:39:15 -05:00
riscv arch: riscv: Update the description of CONFIG_PMP_STACK_GUARD_MIN_SIZE 2021-02-24 10:37:03 -05:00
sparc Revert "lib/os/heap: introduce option to force big heap mode" 2021-02-19 07:32:22 -05:00
x86 kernel: Add new k_thread_abort()/k_thread_join() 2021-02-24 16:39:15 -05:00
xtensa arch: xtensa: Fix backtrace from ISR 2021-03-03 13:02:57 +01:00
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig x86: allow linking in virtual address space 2021-02-22 14:55:28 -05:00