rt-thread-official/libcpu/aarch64/common/mp
Shell fd496e4cc4
feat: arm64: generic implementation of vector irq (#9336)
feat: overall implementation of vector irq

This patch generalize the irq handling on up/mp system by adding the
`rt_hw_irq_exit()` & `rt_hw_vector_irq_sched()` API.

Changes:
- Added `rt_hw_irq_exit()` and `rt_hw_vector_irq_sched()` APIs for unified IRQ management.
- Refactored assembly code for both UP and MP systems to use the new IRQ handling flow.
- Removed redundant code and optimized exception handling paths.

Signed-off-by: Shell <smokewood@qq.com>
2024-08-27 00:45:12 -04:00
..
context_gcc.S feat: arm64: generic implementation of vector irq (#9336) 2024-08-27 00:45:12 -04:00
context_gcc.h [libcpu/arm64] feat: Trimming General Context 2024-07-18 17:41:48 +08:00
vector_gcc.S feat: arm64: generic implementation of vector irq (#9336) 2024-08-27 00:45:12 -04:00