nuttx/arch
anjiahao 431cffa5d8 x86_64:fix syscall type mismatch
/home/ajh/work/vela_system/nuttx/include/arch/syscall.h:181: Error: operand type mismatch for `movq'

`rax`: Used in 64-bit mode, suitable for storing 64 bits of data.

`eax`: In 64-bit mode, typically used for operating on 32-bit data. When writing to `eax`, the high 32 bits of `rax` are automatically cleared to zero.

`nbr` is an unsigned int, is 32-bit.

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2025-12-18 06:31:43 +01:00
..
arm rp2040,rp23xx,rp23xx-rv: allow up to 32 PIO instructions 2025-12-15 18:01:27 +01:00
arm64 arch/crt0.c: revert entry _start 2025-12-10 19:06:04 +08:00
avr arch/Toolchain.defs: use _start entry 2025-12-16 13:07:37 -03:00
ceva arch/Toolchain.defs: use _start entry 2025-12-16 13:07:37 -03:00
dummy
hc arch/udelay: Make common, weak definition of up_*delay functions 2025-09-29 09:22:56 +08:00
mips arch/Toolchain.defs: use _start entry 2025-12-16 13:07:37 -03:00
misoc arch/Toolchain.defs: use _start entry 2025-12-16 13:07:37 -03:00
or1k arch/Toolchain.defs: use _start entry 2025-12-16 13:07:37 -03:00
renesas renesas/rx65n: Replace spinlock/sched_lock with spin_lock_irqsave_nopreempt 2025-11-04 22:46:15 +08:00
risc-v rp2040,rp23xx,rp23xx-rv: allow up to 32 PIO instructions 2025-12-15 18:01:27 +01:00
sim sim/usbdev: Process all pending data at once 2025-12-12 09:35:26 +08:00
sparc arch/Toolchain.defs: use _start entry 2025-12-16 13:07:37 -03:00
tricore arch/Toolchain.defs: use _start entry 2025-12-16 13:07:37 -03:00
x86 arch/Toolchain.defs: use _start entry 2025-12-16 13:07:37 -03:00
x86_64 x86_64:fix syscall type mismatch 2025-12-18 06:31:43 +01:00
xtensa netdev_upperhalf: convert Kconfig to variable 2025-12-14 10:01:22 +08:00
z16 arch/udelay: Make common, weak definition of up_*delay functions 2025-09-29 09:22:56 +08:00
z80 arch/Toolchain.defs: use _start entry 2025-12-16 13:07:37 -03:00
CMakeLists.txt
Kconfig arch/sim: Add clkdev driver for sim. 2025-11-24 19:43:07 +08:00