/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 53 munmap(stack, RESERVE_SIGNAL_STACK_SIZE); in __pthread_reserve_signal_stack() 83 munmap(self->signal_stack, __default_guardsize); in __pthread_release_signal_stack() 85 munmap(old_stack.ss_sp, old_stack.ss_size); in __pthread_release_signal_stack() 171 /* Since __unmapself bypasses the normal munmap code path, in __pthread_exit()
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/ |
H A D | mte_common_util.c | 151 munmap(ptr, size); in __mte_allocate_memory_range() 223 munmap(ptr - range_before, size + range_before + range_after); in __mte_free_memory_range()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | ringbuf.c | 45 munmap(r->consumer_pos, rb->page_size); in ringbuf_unmap_ring() 49 munmap(r->producer_pos, rb->page_size + 2 * (r->mask + 1)); in ringbuf_unmap_ring()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | mmap.c | 92 munmap(map->aio.data[idx], mmap__mmap_len(map)); in perf_mmap__aio_free() 235 munmap(map->data, mmap__mmap_len(map)); in mmap__munmap()
|
H A D | copyfile.c | 68 munmap(ptr, off_in + size); in copyfile_offset()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | host1x.h | 88 void (*munmap)(struct host1x_bo *bo, void *addr); member 131 bo->ops->munmap(bo, addr); in host1x_bo_munmap()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | host1x.h | 148 void (*munmap)(struct host1x_bo *bo, void *addr); member 187 bo->ops->munmap(bo, addr); in host1x_bo_munmap()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | set_memory_region_test.c | 383 munmap(mem, (size_t)max_mem_slots * MEM_REGION_SIZE + alignment); in test_add_max_memory_regions() 384 munmap(mem_extra, MEM_REGION_SIZE); in test_add_max_memory_regions()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | hugetlb-read-hwpoison.c | 162 munmap(filemap, len); in test_hugetlb_read() 228 munmap(filemap, len); in test_hugetlb_read_hwpoison()
|
H A D | hugepage-mremap.c | 174 munmap(addr, length); in main()
|
H A D | mrelease_test.c | 49 munmap(buf, nr_pages * psize()); in alloc_noexit()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
H A D | mte_common_util.c | 158 munmap(ptr, size); in __mte_allocate_memory_range() 243 munmap(ptr - range_before, size + range_before + range_after); in __mte_free_memory_range()
|
/kernel/linux/linux-6.6/tools/power/acpi/tools/pfrut/ |
H A D | pfrut.c | 366 munmap(addr_map_capsule, st.st_size); in main() 430 munmap(p_mmap, max_data_sz); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/s390x/uvdevice/ |
H A D | test_uvdevice.c | 52 munmap((void *)self->fault_page, (size_t)getpagesize()); in FIXTURE_TEARDOWN() 183 munmap((void *)self->fault_page, (size_t)getpagesize()); in FIXTURE_TEARDOWN()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_drm.c | 114 munmap(map->address[i], map->length[i]); in drm_unmap_frame() 199 munmap(map->address[i], map->length[i]); in drm_map_frame()
|
/third_party/libdrm/tegra/ |
H A D | tegra.c | 43 munmap(bo->map, bo->size); in drm_tegra_bo_free() 237 if (munmap(bo->map, bo->size)) in drm_tegra_bo_unmap()
|
/third_party/selinux/libselinux/src/ |
H A D | load_policy.c | 183 munmap(map, sb.st_size); in selinux_mkload_policy() 202 munmap(map, sb.st_size); in selinux_mkload_policy()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_bufmgr.c | 645 munmap(bo->map_cpu, bo->size); in bo_free() 649 munmap(bo->map_wc, bo->size); in bo_free() 653 munmap(bo->map_gtt, bo->size); in bo_free() 866 munmap(map, bo->size); in crocus_bo_map_cpu() 918 munmap(map, bo->size); in crocus_bo_map_wc() 998 munmap(map, bo->size); in crocus_bo_map_gtt()
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | file_mapper.cpp | 39 munmap(basePtr_, baseLen_); in ~FileMapper()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_codec_buffer.cpp | 59 (void)::munmap(addr_, static_cast<size_t>(capacity_)); in ~ImageDmaBuffer()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | mem.c | 207 munmap(addr, UM_KERN_PAGE_SIZE); in check_tmpexec()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/ |
H A D | sigreturn_vdso.c | 105 assert(munmap((void *)low, size) == 0); in test_sigreturn_vdso()
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/ |
H A D | json.c | 76 munmap(map, roundup(size, ps)); in unmapfile()
|
/kernel/linux/linux-5.10/tools/build/ |
H A D | fixdep.c | 152 munmap(map, st.st_size); in print_deps()
|
/kernel/linux/linux-5.10/tools/power/cpupower/debug/i386/ |
H A D | dump_psb.c | 194 munmap(mem, LEN); in main()
|