nuttx/mm/map
Ville Juven 53d4b9ed54 mm/mm_map: Give the mm_map as parameter to the mm_map functions
This way the mappings can be modified for any vm area, not only the
process that is running.

Why? This allows mapping pages to kernel dynamically, this functionality
will be presented later.
2023-04-22 00:40:37 +08:00
..
Make.defs
mm_map.c mm/mm_map: Give the mm_map as parameter to the mm_map functions 2023-04-22 00:40:37 +08:00
vm_region.c