Searched refs:parent_copy (Results 1 – 1 of 1) sorted by relevance
725 vm_map_copy_t parent_copy; in mach_make_memory_entry_share() local726 parent_copy = parent_entry->backing.copy; in mach_make_memory_entry_share()731 vm_map_copy_require(parent_copy); in mach_make_memory_entry_share()732 assert(parent_copy->cpy_hdr.nentries == 1); in mach_make_memory_entry_share()733 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_share()