Home
last modified time | relevance | path

Searched refs:mach_memory_entry_from_port (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.61.5/osfmk/vm/
H A Dvm_memory_entry_xnu.h38 extern vm_named_entry_t mach_memory_entry_from_port(ipc_port_t port);
H A Dvm_memory_entry.c1171 parent_entry = mach_memory_entry_from_port(parent_handle); in mach_make_memory_entry_internal()
1395 mem_entry = mach_memory_entry_from_port(entry_port); in memory_entry_purgeable_control_internal()
1457 mem_entry = mach_memory_entry_from_port(entry_port); in memory_entry_access_tracking_internal()
1639 mem_entry = mach_memory_entry_from_port(entry_port); in mach_memory_entry_ownership()
1778 mem_entry = mach_memory_entry_from_port(entry_port); in mach_memory_entry_get_page_counts()
1824 mem_entry = mach_memory_entry_from_port(entry_port); in mach_memory_entry_phys_page_offset()
1909 mem_entry = mach_memory_entry_from_port(entry_port); in mach_memory_entry_map_size()
2003 mach_memory_entry_from_port(ipc_port_t port) in mach_memory_entry_from_port() function
2067 mem_entry = mach_memory_entry_from_port(entry_port); in mach_memory_entry_page_op()
2126 mem_entry = mach_memory_entry_from_port(entry_port); in mach_memory_entry_range_op()
[all …]
H A Dvm_shared_region.c281 sr_mem_entry = mach_memory_entry_from_port(sr_handle); in vm_shared_region_vm_map()
926 mem_entry = mach_memory_entry_from_port(shared_region->sr_mem_entry); in vm_shared_region_destroy()
1361 sr_mem_entry = mach_memory_entry_from_port(sr_handle); in vm_shared_region_undo_mappings()
1502 sr_mem_entry = mach_memory_entry_from_port(sr_handle); in vm_shared_region_map_file_setup()
2251 sr_mem_entry = mach_memory_entry_from_port(sr_handle); in vm_shared_region_trim_and_get()
3628 commpage_text32_entry = mach_memory_entry_from_port(commpage_text32_handle); in vm_commpage_text_init()
3635 commpage_text64_entry = mach_memory_entry_from_port(commpage_text64_handle); in vm_commpage_text_init()
3659 commpage32_entry = mach_memory_entry_from_port(commpage32_handle); in vm_commpage_init()
3665 commpage64_entry = mach_memory_entry_from_port(commpage64_handle); in vm_commpage_init()
H A Dmemory_object.c1255 named_entry = mach_memory_entry_from_port(port); in memory_object_iopl_request()
H A Dvm_tests.c2171 parent_entry = mach_memory_entry_from_port(parent_handle); in vm_memory_entry_parent_submap_tests()
H A Dvm_map.c4034 named_entry = mach_memory_entry_from_port(port); in vm_map_enter_mem_object()
21058 named_entry = mach_memory_entry_from_port(port); in convert_port_entry_to_map()