incubator-nuttx/mm/map
Yanfeng Liu 0f5ba00a50 mm/map: revise device mapping functions
This revises vm_map_region() by accepting unaligned paddr, which is
aligned-down before mapping and in-page offset is then added to vaddr
before returning. It also moves vm_map_region() and vm_unmap_region()
to vm_region.c.

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
2024-05-03 23:58:39 +08:00
..
CMakeLists.txt cmake:complete missing changes during cmake reforming for mm 2023-09-08 21:20:16 +03:00
Make.defs mm/map: limit the count of memory mapping for the task 2023-08-02 22:57:28 -07:00
mm_map.c mm/arch: userspace device mapping support 2024-04-26 12:11:35 +08:00
vm_region.c mm/map: revise device mapping functions 2024-05-03 23:58:39 +08:00