zephyr/arch
Martin Åberg fbd9dd4526 SPARC: Add support for single-vector trapping (SVT)
This adds support for the single-vector trapping (SVT) model, defined by
SPARC-V8 Embedded (V8E) Architecture Specification. SVT is available in
most LEON processors.

With single-vector trapping enabled, all traps are vectored through a
single trap vector (TBR.A) rather than one 16-byte entry for each trap
type. This improves memory utilization because the full 4 KiB trap table
is not needed.

This implementation uses a two-level of lookup table to find the handler
for the trap type (0..255).
- Execution time is constant.
- Condition flags are preserved.
- The implementation footprint is 60 bytes .text and 284 bytes .rodata.
  For comparison, a non-SVT table is always 4096 .text.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
2024-11-25 21:53:55 +01:00
..
arc arch: deprecate _current 2024-11-23 20:12:24 -05:00
arm arch: deprecate _current 2024-11-23 20:12:24 -05:00
arm64 arch: deprecate _current 2024-11-23 20:12:24 -05:00
common arch: common: fix copy for ramfunc region during XIP init 2024-11-06 10:19:08 -08:00
mips init: support per-core init hook 2024-11-16 14:04:25 -05:00
nios2 init: support per-core init hook 2024-11-16 14:04:25 -05:00
posix posix: fpu: Fix compiler error when enabling fpu on posix boards 2024-11-25 21:50:58 +01:00
riscv arch: deprecate _current 2024-11-23 20:12:24 -05:00
sparc SPARC: Add support for single-vector trapping (SVT) 2024-11-25 21:53:55 +01:00
x86 arch: deprecate _current 2024-11-23 20:12:24 -05:00
xtensa arch: deprecate _current 2024-11-23 20:12:24 -05:00
archs.yml hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
CMakeLists.txt cmake: enable -Wshadow partially for in-tree code 2023-08-22 11:39:58 +02:00
Kconfig arch: add new interfaces to set/get the current thread of current CPU 2024-11-23 20:12:24 -05:00
Kconfig.v1 hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
Kconfig.v2 hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00