nuttx/arch
liwenxiang1 2454c2b76d arch/x86_64:Resolve the issue of abnormal interrupt numbers triggered when KASAN is enabled
When assembly code calls a C function, it needs to save the context. After enabling KASAN, the inserted __asan_load8_noabort function uses the rsi register, causing the value of rsi in the interrupt handler to be modified, which results in an incorrect interrupt number.

Signed-off-by: liwenxiang1 <liwenxiang1@xiaomi.com>
2025-01-13 09:08:37 +01:00
..
arm arch/arm/rp23xx: Set priority for svcall exception 2025-01-13 12:38:43 +08:00
arm64 macro/align: Use ALIGN_UP and ALIGN_DOWN uniformly 2025-01-12 16:48:35 +08:00
avr arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
ceva arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
dummy
hc arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
mips arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
misoc arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
or1k arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
renesas up_rtc_gettime: add spinlock to protect up_rtc_gettime 2025-01-06 23:07:58 +08:00
risc-v risc-v/Toolchain.defs: guard -r in LDELFFLAGS 2025-01-12 16:47:54 +08:00
sim sim: Fixes the linker 'noexecstack' warning 2025-01-12 16:17:52 +08:00
sparc arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
tricore arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
x86 arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
x86_64 arch/x86_64:Resolve the issue of abnormal interrupt numbers triggered when KASAN is enabled 2025-01-13 09:08:37 +01:00
xtensa Remove duplicate includes across multiple files 2025-01-09 23:30:23 +08:00
z16 arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
z80 arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
CMakeLists.txt
Kconfig arch/xtensa: Support __thread and thread_local keywords 2024-12-21 20:49:07 +08:00