Searched refs:parent_copy_entry (Results 1 – 1 of 1) sorted by relevance
598 vm_map_entry_t parent_copy_entry; in mach_make_memory_entry_share() local652 parent_copy_entry = VM_MAP_ENTRY_NULL; in mach_make_memory_entry_share()703 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_share()704 assert(!parent_copy_entry->is_sub_map); in mach_make_memory_entry_share()799 parent_copy_entry != VM_MAP_ENTRY_NULL && in mach_make_memory_entry_share()800 VME_OBJECT(copy_entry) == VME_OBJECT(parent_copy_entry) && in mach_make_memory_entry_share()801 VME_OFFSET(copy_entry) == VME_OFFSET(parent_copy_entry) && in mach_make_memory_entry_share()