Searched refs:parent_copy_entry (Results 1 – 1 of 1) sorted by relevance
2962 vm_map_entry_t parent_copy_entry; in mach_make_memory_entry_internal() local2971 parent_copy_entry = VM_MAP_ENTRY_NULL; in mach_make_memory_entry_internal()3017 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_internal()3018 assert(!parent_copy_entry->is_sub_map); in mach_make_memory_entry_internal()3125 parent_copy_entry != VM_MAP_ENTRY_NULL && in mach_make_memory_entry_internal()3126 VME_OBJECT(copy_entry) == VME_OBJECT(parent_copy_entry) && in mach_make_memory_entry_internal()3127 VME_OFFSET(copy_entry) == VME_OFFSET(parent_copy_entry) && in mach_make_memory_entry_internal()