Searched refs:mach_addr (Results 1 – 1 of 1) sorted by relevance
119 mach_vm_address_t mach_addr; in vm_allocate() local121 mach_addr = (mach_vm_address_t)*address; in vm_allocate()122 rv = mach_vm_allocate(task, &mach_addr, size, flags); in vm_allocate()124 *address = mach_addr; in vm_allocate()126 *address = (vm_address_t)(mach_addr & ((vm_address_t)-1)); in vm_allocate()