Searched refs:mach_vm_deallocate (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/tests/superpages/
H A Dtestsp.c201 kr = mach_vm_deallocate(mach_task_self(), global_addr, global_size);
202 if (!(ret = check_kr(kr, "mach_vm_deallocate"))) return ret;
227 kr = mach_vm_deallocate(mach_task_self(), addr, size);
228 if (!(ret = check_kr(kr, "mach_vm_deallocate"))) return ret;
253 kr = mach_vm_deallocate(mach_task_self(), addr, size);
254 if (!(ret = check_kr(kr, "mach_vm_deallocate"))) return ret;
313 kr = mach_vm_deallocate(mach_task_self(), addr + PAGE_SIZE, size);
314 if (!(ret = check_kr(kr, "mach_vm_deallocate"))) return ret;
340 mach_vm_deallocate(mach_task_self(), addr, size);
344 kr = mach_vm_deallocate(mach_task_sel
[all...]
H A Dmeasure_tlbs.c101 mach_vm_deallocate(mach_task_self(), addr, size);
/macosx-10.9.5/WebKit2-7537.78.2/Platform/mac/
H A DSharedMemoryMac.cpp106 mach_vm_deallocate(mach_task_self(), address, round_page(size));
182 kern_return_t kr = mach_vm_deallocate(mach_task_self(), toVMAddress(m_data), round_page(m_size));
/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dmach_vm.c69 mach_vm_deallocate( function
137 rv = mach_vm_deallocate(task, address, size);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dkext_alloc.c194 rval = mach_vm_deallocate(g_kext_map, addr, size);
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_ptss.c218 mach_vm_deallocate(map, addr, size);
265 // Do we need to specifically mach_vm_deallocate the user pages?
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Ddata.c92 mach_vm_deallocate(mach_task_self(), vm_addr, vm_size);
559 kr = mach_vm_deallocate(mach_task_self(), vm_addr, vm_size);
H A Dsource.c3944 (void)dispatch_assume_zero(mach_vm_deallocate(mach_task_self(),
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmach_vm.defs120 routine PREFIX(mach_vm_deallocate) (
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dmach_kernelrpc.c70 rv = mach_vm_deallocate(task->map, args->address, args->size);
H A Dipc_kmsg.c2464 (void) mach_vm_deallocate(map, addr, (mach_vm_size_t)ports_length);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c1058 (void) mach_vm_deallocate(
1063 (void) mach_vm_deallocate(kernel_map, tmp, delta_size);
1500 ret = mach_vm_deallocate(map, map_addr, dyl_length);
H A Dkern_cs.c454 (void)mach_vm_deallocate(kernel_map,
H A Dsysv_shm.c296 result = mach_vm_deallocate(current_map(), shmmap_s->va, size);
507 (void) mach_vm_deallocate(current_map(),
H A Dkern_mman.c731 result = mach_vm_deallocate(user_map, user_addr, user_size);
H A Dposix_shm.c991 (void) mach_vm_deallocate(current_map(),
H A Dkern_exec.c3730 (void) mach_vm_deallocate(map, addr, size);
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm32_user.c132 return mach_vm_deallocate(map, start, size);
H A Dvm_shared_region.c967 kr2 = mach_vm_deallocate(
H A Dvm_user.c264 * mach_vm_deallocate -
269 mach_vm_deallocate( function
/macosx-10.9.5/top-89.1.2/
H A Dlibtop.c1295 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)tasks, tcnt * sizeof(*tasks));
1300 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)psets, pcnt * sizeof(*psets));
1383 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)names, ncnt * sizeof(*names));
1384 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)types, tcnt * sizeof(*types));
1615 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)threads, tcnt * sizeof(*threads));
/macosx-10.9.5/CF-855.17/
H A DCFUtilities.c779 if (hm->corporeal) ret1 = mach_vm_deallocate(mach_task_self(), hm->address, hm->size);
792 if (KERN_SUCCESS == ret) ret = mach_vm_deallocate(mach_task_self(), hm->address, hm->size);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2764 mach_vm_deallocate(mapping->fAddressMap, address, round_page_64(length + pageOffset));
3391 err = mach_vm_deallocate( addressMap, address, length );
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DIOGraphicsLib.c2926 mach_vm_deallocate(mach_task_self(), connectRef->imageBuffers[idx], connectRef->imageSizes[idx]);

Completed in 361 milliseconds