Searched refs:parent_copy (Results 1 – 1 of 1) sorted by relevance
707 vm_map_copy_t parent_copy; in mach_make_memory_entry_share() local708 parent_copy = parent_entry->backing.copy; in mach_make_memory_entry_share()713 vm_map_copy_require(parent_copy); in mach_make_memory_entry_share()714 assert(parent_copy->cpy_hdr.nentries == 1); in mach_make_memory_entry_share()715 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_share()