Home
last modified time | relevance | path

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

12

/xnu-11215.1.10/bsd/sys/
H A Dmman.h272 int munmap(void *, size_t) __DARWIN_ALIAS(munmap);
/xnu-11215.1.10/libsyscall/wrappers/unix03/
H A Dmunmap.c40 munmap(void *addr, size_t len) in munmap() function
/xnu-11215.1.10/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 Dbig_map_test.c67 T_QUIET; T_ASSERT_POSIX_SUCCESS(munmap(p, bytes), "munmap");
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 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 Dkas_info.c220 err = munmap(data, (size_t)sb.st_size); in disk_kernel_segments()
/xnu-11215.1.10/libsyscall/wrappers/legacy/
H A Dmunmap.c44 munmap(void *addr, size_t len) in munmap() function
/xnu-11215.1.10/tests/vm/
H A Dperf_mlock.c118 ret = munmap(buf, vmsize);
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 Dmmap.c162 T_QUIET; T_EXPECT_POSIX_SUCCESS(munmap(p, size), 0,
H A Dfault_throughput.c443 int res = munmap(buffer->fb_start, buffer->fb_size); in unmap_fault_buffers()
H A Dvm_ranges.c731 int const res = munmap(ptrs[j], LARGE_ALLOCATION_SIZE);
H A Dvm_parameter_validation.c136 return munmap((void*)start, end - start); in munmap_helper()
162 int err = munmap((void*)start, (size_t)size); in call_munmap()
1225 assert(0 == munmap(rv, size)); in IMPL_FROM_HELPER()
/xnu-11215.1.10/tools/tests/perf_index/
H A Dtest_fault_helper.c86 retval = munmap(memblock + region_start, region_len) == 0; in test_fault_helper()
/xnu-11215.1.10/bsd/man/man2/
H A DMakefile146 munmap.2 \
/xnu-11215.1.10/tests/vm_memory_tests_src/
H A Dcommon.c68 munmap(buffer, sb.st_size); in mach_server_data_cleanup()
/xnu-11215.1.10/tools/tests/TLBcoherency/
H A DTLBcoherency.c222 if (munmap((void *)parray[i].taddr, mapping_size) != 0) { in tlbexerciser()
/xnu-11215.1.10/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-11215.1.10/tools/tests/superpages/
H A Dtestsp.c701 kr = munmap((void*)addr, size); in test_mmap()

12