Home
last modified time | relevance | path

Searched refs:munmap (Results 1 – 25 of 26) sorted by relevance

12

/xnu-10002.41.9/bsd/sys/
H A Dmman.h271 int munmap(void *, size_t) __DARWIN_ALIAS(munmap);
/xnu-10002.41.9/libsyscall/wrappers/unix03/
H A Dmunmap.c40 munmap(void *addr, size_t len) in munmap() function
/xnu-10002.41.9/libsyscall/wrappers/legacy/
H A Dmunmap.c44 munmap(void *addr, size_t len) in munmap() function
/xnu-10002.41.9/tests/
H A Dperf_vmfault.c242 T_QUIET; T_ASSERT_MACH_SUCCESS(munmap(memregion_config_per_thread[i].shared_region_addr, in unmap_mem_regions()
245 T_QUIET; T_ASSERT_MACH_SUCCESS(munmap(memregion_config_per_thread[i].region_addr, in unmap_mem_regions()
250 …T_QUIET; T_ASSERT_MACH_SUCCESS(munmap(memregion_config_per_thread[0].shared_region_addr, memsize),… in unmap_mem_regions()
252 …T_QUIET; T_ASSERT_MACH_SUCCESS(munmap(memregion_config_per_thread[0].region_addr, memsize), "munma… in unmap_mem_regions()
H A Dfcntl.c18 T_ASSERT_POSIX_SUCCESS(munmap((char*)blob_space + (vm_page_size * 2), vm_page_size), NULL);
H A Dmemcmp_zero.c20 munmap(p - PAGE_SIZE, 3 * PAGE_SIZE); in free_guarded_page()
H A Dmacho_size_63133398.c3207 T_ASSERT_POSIX_SUCCESS(munmap(dst_buf, (dst_size + PAGE_SIZE - 1) & ~PAGE_MASK), NULL);
H A Dcorrect_kernel_booted.c108 munmap(mapped, mapped_len); in get_macho_uuid()
H A Dkas_info.c188 err = munmap(data, (size_t)sb.st_size); in disk_kernel_segments()
H A Dproc_info.c337 munmap(tmp_map, PAGE_SIZE);
341 munmap(proc_config->cow_map, PAGE_SIZE);
394 munmap(proc_config->cow_map, PAGE_SIZE); in kill_child_processes()
1343 ret = munmap(map_tmp, (size_t)map_tmp_sz);
1430 ret = munmap(map_tmp, (size_t)map_tmp_sz);
1522 ret = munmap(map_tmp, (size_t)map_tmp_sz);
1546 ret = munmap(map_tmp, (size_t)map_tmp_sz);
H A Dldt.c700 (void) munmap(addr, FIXED_STACK_SIZE + PAGE_SIZE); in map_lowmem_stack()
H A Dtask_info.c748 munmap(tmp_map, PAGE_SIZE); in test_task_basic_info()
H A Dvm_phys_footprint.c401 T_ASSERT_EQ(munmap(map_addr, map_size),
/xnu-10002.41.9/tools/tests/perf_index/
H A Dtest_fault_helper.c86 retval = munmap(memblock + region_start, region_len) == 0; in test_fault_helper()
/xnu-10002.41.9/tests/vm/
H A Dvm_tainted_executable.c94 T_QUIET; T_ASSERT_POSIX_SUCCESS(munmap(mapaddr1, fsize), NULL);
H A Dperf_madvise.c108 ret = munmap(buffer, args->ta_size); in madvise_free_test()
H A Dperf_compressor.c162 munmap(buf, args->ta_buffer_size); in run_compress_benchmark()
H A Dfault_throughput.c443 int res = munmap(buffer->fb_start, buffer->fb_size); in unmap_fault_buffers()
/xnu-10002.41.9/bsd/man/man2/
H A DMakefile146 munmap.2 \
/xnu-10002.41.9/tests/vm_memory_tests_src/
H A Dcommon.c68 munmap(buffer, sb.st_size); in mach_server_data_cleanup()
/xnu-10002.41.9/tools/tests/TLBcoherency/
H A DTLBcoherency.c222 if (munmap((void *)parray[i].taddr, mapping_size) != 0) { in tlbexerciser()
/xnu-10002.41.9/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj92 …248BA08D121DB0E7008C073F /* munmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08C121DB0…
178 …A59CB9581666A1A200B064B3 /* munmap.c in Sources */ = {isa = PBXBuildFile; fileRef = A59CB9571666A1…
519 …08C121DB0E7008C073F /* munmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
616 …9571666A1A200B064B3 /* munmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
871 A59CB9571666A1A200B064B3 /* munmap.c */,
985 248BA08C121DB0E7008C073F /* munmap.c */,
1589 248BA08D121DB0E7008C073F /* munmap.c in Sources */,
1630 A59CB9581666A1A200B064B3 /* munmap.c in Sources */,
/xnu-10002.41.9/tools/tests/superpages/
H A Dtestsp.c701 kr = munmap((void*)addr, size); in test_mmap()
/xnu-10002.41.9/SETUP/kextsymboltool/
H A Dkextsymboltool.c954 munmap((caddr_t)files[filenum].mapped, files[filenum].mapped_size); in main()
/xnu-10002.41.9/bsd/kern/
H A Dkern_mman.c1063 munmap(__unused proc_t p, struct munmap_args *uap, __unused int32_t *retval) in munmap() function

12