RISC-V: Generic library routines and assembly
This patch contains code that is more specific to the RISC-V ISA than it
is to Linux. It contains string and math operations, C wrappers for
various assembly instructions, stack walking code, and uaccess.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
Showing
arch/riscv/include/asm/asm.h
0 → 100644
arch/riscv/include/asm/csr.h
0 → 100644
arch/riscv/lib/memcpy.S
0 → 100644
arch/riscv/lib/memset.S
0 → 100644
arch/riscv/lib/uaccess.S
0 → 100644
arch/riscv/lib/udivdi3.S
0 → 100644
Please register or sign in to comment