/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_mod_race.c | 184 munmap(fault_addr, 4096); in test_bpf_mod_race_config()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | pkey_exec_prot.c | 286 munmap((void *) insns, pgsize); in test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/ |
H A D | peeksiginfo.c | 101 munmap(addr_rw, 2 * PAGE_SIZE); in check_error_paths()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 97 munmap(low_desc, sizeof(desc)); in init_seg()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 650 munmap(p, size); in anon_cleanup_area() 684 munmap(p, size); in file_setup_area() 708 munmap(p, size); in file_cleanup_area() 759 munmap(p, size); in shmem_cleanup_area() 931 munmap(p, hpage_pmd_size); in alloc_at_fault()
|
H A D | uffd-common.c | 152 munmap(*alloc_area, bytes); in shmem_allocate_area() 259 if (munmap(*area, nr_pages * page_size)) in munmap_area() 260 err("munmap"); in munmap_area()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | picture_handle_client.cpp | 80 munmap(msgLenAddr, UINT32_LEN);
in ReadPicture() 130 munmap(addr, msgLen);
in ReadPicture()
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_blob_cache.cpp | 370 munmap(buf, filesize); in ReadFromDisk() 392 munmap(buf, filesize); in ReadFromDisk()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 308 munmap(ci0, bufsize); in do_test() 309 munmap(ci1, bufsize); in do_test()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | psock_fanout.c | 383 if (munmap(rings[1], RING_NUM_FRAMES * getpagesize()) || in test_datapath() 384 munmap(rings[0], RING_NUM_FRAMES * getpagesize())) { in test_datapath()
|
/kernel/linux/linux-5.10/samples/nitro_enclaves/ |
H A D | ne_ioctl_sample.c | 392 munmap(enclave_image, enclave_image_size); in ne_load_enclave_image() 503 munmap(ne_user_mem_regions[i].userspace_addr, in ne_free_mem_regions()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | mmap.c | 92 munmap(map->aio.data[idx], mmap__mmap_len(map)); in perf_mmap__aio_free() 239 munmap(map->data, mmap__mmap_len(map)); in mmap__munmap()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | io_uring_zerocopy_tx.c | 194 munmap(sq->khead, sq->ring_sz); in io_uring_mmap() 203 munmap(sq->sqes, p->sq_entries * sizeof(struct io_uring_sqe)); in io_uring_mmap()
|
H A D | psock_fanout.c | 447 if (munmap(rings[1], RING_NUM_FRAMES * getpagesize()) || in test_datapath() 448 munmap(rings[0], RING_NUM_FRAMES * getpagesize())) { in test_datapath()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 299 munmap(ci0, bufsize); in do_test() 300 munmap(ci1, bufsize); in do_test()
|
/kernel/linux/linux-6.6/samples/nitro_enclaves/ |
H A D | ne_ioctl_sample.c | 391 munmap(enclave_image, enclave_image_size); in ne_load_enclave_image() 502 munmap(ne_user_mem_regions[i].userspace_addr, in ne_free_mem_regions()
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/ |
H A D | NativeRender.cpp | 235 if (munmap(mappedAddr, bufferHandle->size) < 0) { in DrawBaseColor() 237 LOGE("munmap failed"); in DrawBaseColor()
|
/device/qemu/hardware/display/ |
H A D | display_layer.c | 138 munmap(priv->fbAddr, priv->fbSize); in CloseLayer()
|
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/ |
H A D | framebuffer_allocator.cpp | 173 int ret = munmap(static_cast<uint8_t*>(handle.virAddr) - handle.key, frameBufferSize_); in Unmap() 175 DISPLAY_LOGE("munmap failed err: %{public}s", strerror(errno)); in Unmap()
|
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/ |
H A D | encode_buffer_helper.cpp | 157 if (munmap(addr, totalSize) != 0) { in CreateSharedBuffer()
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | framebuffer_allocator.cpp | 169 int ret = munmap(static_cast<uint8_t*>(handle.virAddr) - handle.key, frameBufferSize_); in Unmap() 171 DISPLAY_LOGE("munmap failed err: %{public}s", strerror(errno)); in Unmap()
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nntensor.cpp | 268 auto unmapResult = munmap(m_data, m_size); in ReleaseMemory()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/ |
H A D | heif_decoder.cpp | 183 ::munmap(ptr, byteCount); in AllocShareMem()
|
/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/ |
H A D | avsharedmemorybase.cpp | 142 (void)::munmap(base_, static_cast<size_t>(capacity_));
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/ |
H A D | deferred_photo_proc_session.cpp | 50 munmap(addr, bytes); in OnProcessImageDone()
|