Searched refs:mach_make_memory_entry_64 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/Platform/mac/
H A DSharedMemoryMac.cpp121 kern_return_t kr = mach_make_memory_entry_64(mach_task_self(), &memoryObjectSize, toVMAddress(data), VM_PROT_DEFAULT | VM_PROT_IS_MASK, &port, MACH_PORT_NULL);
209 kern_return_t kr = mach_make_memory_entry_64(mach_task_self(), &size, address, machProtection(protection), &port, MACH_PORT_NULL);
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Ddata.c538 kr = mach_make_memory_entry_64(mach_task_self(), &mos, vm_addr, flags,
543 kr = mach_make_memory_entry_64(mach_task_self(), &mos, vm_addr, flags,
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmach_vm.defs458 routine mach_make_memory_entry_64(
525 * use mach_vm_make_memory_entry() or mach_make_memory_entry_64()
H A Dvm_map.defs435 routine mach_make_memory_entry_64(
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_user.c1850 * mach_make_memory_entry_64
1859 mach_make_memory_entry_64( function
2521 panic("mach_make_memory_entry_64:"
2777 kr = mach_make_memory_entry_64(target_map, &mo_size,
2797 kr = mach_make_memory_entry_64(target_map, &mo_size,
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dposix_shm.c719 kret = mach_make_memory_entry_64(
H A Dsysv_shm.c757 kret = mach_make_memory_entry_64(
H A Dubc_subr.c2798 kr = mach_make_memory_entry_64(kernel_map,
/macosx-10.9.5/CF-855.17/
H A DCFUtilities.c772 if (KERN_SUCCESS == ret) ret = mach_make_memory_entry_64(mach_task_self(), &hm->size, hm->address, VM_PROT_DEFAULT, &hm->port, MACH_PORT_NULL);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp471 error = mach_make_memory_entry_64(theMap,
479 IOLog("IOGMD::mach_make_memory_entry_64 (%08llx) size (%08llx:%08llx)\n",
2670 kr = mach_make_memory_entry_64(get_task_map(_task),

Completed in 287 milliseconds