rt-thread/components/drivers/pic
GUI 944b974c1a
[DM][PIC] Fix #10998 (#11024)
* [DM/PIC] Fixup SMP CPU mask list when CPU < 4

* [DM][PIC] Fix #10998

The size of cpumask is `RT_CPUS_NR`, memset force to space will
overflow in stack.

Signed-off-by: GuEe-GUI <2991707448@qq.com>
2025-12-09 14:33:31 +08:00
..
Kconfig [DM/PIC] Import DM Kconfig 2025-07-12 07:16:25 +08:00
SConscript [DRIVER/PIC] Add ARM GICv2/v3 V2M, ITS support. 2024-09-19 21:14:42 +08:00
pic-gic-common.c [DM/PIC] Config IPI by RT_MAX_IPI 2025-07-12 07:16:25 +08:00
pic-gic-common.h [DRIVER/PIC] Add ARM GICv2/v3 V2M, ITS support. 2024-09-19 21:14:42 +08:00
pic-gicv2.c [DM] Replace spinlock static init by RT_DEFINE_SPINLOCK 2025-02-11 14:58:18 +08:00
pic-gicv2.h [DM/PIC] Support AMP mode 2024-12-18 21:42:12 +08:00
pic-gicv2m.c [DM/FIXUP] Fixup bitmap to new type 2024-12-13 10:39:20 +08:00
pic-gicv3-its.c [DM] Replace spinlock static init by RT_DEFINE_SPINLOCK 2025-02-11 14:58:18 +08:00
pic-gicv3.c [DM/PIC] Support AMP mode 2024-12-18 21:42:12 +08:00
pic-gicv3.h [DM/PIC] Support AMP mode 2024-12-18 21:42:12 +08:00
pic.c [DM][PIC] Fix #10998 (#11024) 2025-12-09 14:33:31 +08:00
pic_rthw.c [fixup] aarch64 UMP compiler error (#8677) 2024-03-30 17:58:38 +08:00