Home
last modified time | relevance | path

Searched refs:mach_memory_entry_allocate (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/osfmk/vm/
H A Dvm_memory_entry_xnu.h39 extern struct vm_named_entry *mach_memory_entry_allocate(ipc_port_t *user_handle_p);
H A Dvm_memory_entry.c477 user_entry = mach_memory_entry_allocate(object_handle); in mach_make_memory_entry_named_create()
580 user_entry = mach_memory_entry_allocate(object_handle); in mach_make_memory_entry_copy()
860 user_entry = mach_memory_entry_allocate(object_handle); in mach_make_memory_entry_share()
1075 user_entry = mach_memory_entry_allocate(object_handle); in mach_make_memory_entry_from_parent_entry()
1237 mach_memory_entry_allocate(ipc_port_t *user_handle_p) in mach_memory_entry_allocate() function
1335 user_entry = mach_memory_entry_allocate(&user_handle); in mach_memory_object_memory_entry_64()
H A Dvm_shared_region.c760 mem_entry = mach_memory_entry_allocate(&mem_entry_port); in vm_shared_region_create()
3601 mem_entry = mach_memory_entry_allocate(handlep); in _vm_commpage_init()
H A Dvm_user.c1853 user_entry = mach_memory_entry_allocate(object_handle); in vm_region_object_create()