summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/memmove.S
AgeCommit message (Expand)AuthorFilesLines
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger1-2/+1
2023-11-06riscv: use ".L" local labels in assembly when applicableClément Léger1-27/+27
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti1-0/+2
2022-03-10riscv: Fixed misaligned memory access. Fixed pointer comparison.Michael T. Kloos1-58/+310
2020-12-11riscv: provide memmove implementationNylon Chen1-0/+64