zephyr/arch/common
Yong Cong Sin 31ebb79c86 arch: multilevel_irq: fix interrupt bits check
The bits allocated for each aggregator level only need to be enough to
encode CONFIG_MAX_IRQ_PER_AGGREGATOR, instead of the combined number of
IRQs from all aggregators in that level.

Add additional check for L3 interrupts as well, if it is enabled.

Updated the assert in `z_get_sw_isr_table_idx()` to be more verbose.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2024-09-06 14:06:23 -05:00
..
include
CMakeLists.txt arch: common: isr_tables: add shell command 2024-08-12 10:10:57 +02:00
dynamic_isr.c arch: common: guard the compilation of sw_isr_common with CMakeLists.txt 2023-11-09 11:20:42 +01:00
fill_with_zeros.ld
isr_tables_shell.c arch: common: isr_tables: add shell command 2024-08-12 10:10:57 +02:00
isr_tables.c everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
Kconfig arch: common: isr_tables: add shell command 2024-08-12 10:10:57 +02:00
multilevel_irq_legacy.c arch: sw_isr: revamp multi-level interrupt architecture 2024-05-25 11:24:32 +03:00
multilevel_irq.c arch: multilevel_irq: fix interrupt bits check 2024-09-06 14:06:23 -05:00
nocache.ld
ramfunc.ld
rom_start_address.ld
rom_start_offset.ld
semihost.c
shared_irq.c arch: Fix bounds checking for dynamic shared interrupts 2024-02-19 09:32:38 +01:00
sw_isr_common.c arch: common: sw_isr: make sure that the table index is within range 2023-12-08 08:40:41 -05:00
timing.c