nuttx/arch/risc-v
Ville Juven 31b916c485 MPFS: Add kernel space mappings
Mappings are done with vaddr=paddr.
- I/O space mapped with two gigapages
- Kernel space mapped to statically allocated page tables. 2MB of kernel
  memory is supported.
- Page pool is mapped to the kernel space, to allow virtual memory access
  for the kernel e.g. to initialize the page memory when it is allocated.
2022-05-02 16:13:15 +08:00
..
include arch/riscv: Optimize the syscall performance in kernel mode 2022-05-01 11:31:01 +03:00
src MPFS: Add kernel space mappings 2022-05-02 16:13:15 +08:00
Kconfig RISC-V: Initial support for CONFIG_BUILD_KERNEL 2022-04-29 02:02:15 +08:00