incubator-nuttx/fs/shm
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
..
Kconfig fs/shm: Add initial implementation for posix shared memory 2023-01-18 11:01:20 +08:00
Make.defs fs/shm: Add initial implementation for posix shared memory 2023-01-18 11:01:20 +08:00
shm_open.c fs/shm: use ERROR instead of -1 2023-01-26 10:26:09 +08:00
shm_unlink.c fs/shm: use ERROR instead of -1 2023-01-26 10:26:09 +08:00
shmfs.c mm/mm_map: Give the mm_map as parameter to the mm_map functions 2023-04-22 00:40:37 +08:00
shmfs.h fs/shm: Add initial implementation for posix shared memory 2023-01-18 11:01:20 +08:00
shmfs_alloc.c fs/shm: update pointer arithmetic logic 2023-01-26 10:26:09 +08:00