rt-thread-official/libcpu/aarch64/common/include
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
..
armv8.h quality: include the essential only to avoid recursion 2024-07-24 03:33:48 +00:00
asm-fpu.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
asm-generic.h feat: arm64: generic implementation of vector irq (#9336) 2024-08-27 00:45:12 -04:00
cache.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
context_gcc.h [libcpu/arm64] feat: Trimming General Context 2024-07-18 17:41:48 +08:00
cp15.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
cpu.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
cpu_ops_common.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
cpuport.h Merge pull request #9228 from messigogogo/master 2024-07-25 19:03:37 +08:00
entry_point.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
gic.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
gicv3.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
gtimer.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
hypercall.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
interrupt.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
mmu.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
psci.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
setup.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
smccc.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
tlb.h [format] cleanup libcpu/aarch64 (#8950) 2024-06-28 00:23:09 +08:00
vector_gcc.h feat: arm64: generic implementation of vector irq (#9336) 2024-08-27 00:45:12 -04:00