Searched refs:parent_copy (Results 1 – 1 of 1) sorted by relevance
695 vm_map_copy_t parent_copy; in mach_make_memory_entry_share() local696 parent_copy = parent_entry->backing.copy; in mach_make_memory_entry_share()701 vm_map_copy_require(parent_copy); in mach_make_memory_entry_share()702 assert(parent_copy->cpy_hdr.nentries == 1); in mach_make_memory_entry_share()703 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_share()