nuttx/arch/risc-v
Xiang Xiao 1e23799455 arch/riscv: Optimize the syscall performance in kernel mode
by renaming riscv_dispatch_syscall to sys_callx, so the caller
don't need the immediate step(syscallx->riscv_dispatch_syscall)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-05-01 11:31:01 +03:00
..
include arch/riscv: Optimize the syscall performance in kernel mode 2022-05-01 11:31:01 +03:00
src arch/riscv: Optimize the syscall performance in kernel mode 2022-05-01 11:31:01 +03:00
Kconfig RISC-V: Initial support for CONFIG_BUILD_KERNEL 2022-04-29 02:02:15 +08:00