Searched refs:k_mem_unmap (Results 1 – 7 of 7) sorted by relevance
256 static inline void k_mem_unmap(void *addr, size_t size) in k_mem_unmap() function
340 k_mem_unmap(mapped, CONFIG_MMU_PAGE_SIZE); in ZTEST()448 k_mem_unmap(addr, CONFIG_MMU_PAGE_SIZE); in ZTEST()487 k_mem_unmap(addr, CONFIG_MMU_PAGE_SIZE); in ZTEST()
124 k_mem_unmap(addr, ROUND_UP(len, _page_size)); in munmap()
89 k_mem_unmap(shm->mem, ROUND_UP(shm->size, _page_size)); in shm_obj_remove()
187 * The mapped region can be unmapped (i.e. freed) via :c:func:`k_mem_unmap`:190 both :c:func:`k_mem_map` and :c:func:`k_mem_unmap`. The unmapping
222 k_mem_unmap(arena, arena_size); in ZTEST()
174 * Added :c:func:`k_mem_unmap()` so anonymous memory mapped via :c:func:`k_mem_map()`