Home
last modified time | relevance | path

Searched refs:is_copy (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.81.2/osfmk/vm/
H A Dvm_user.c2746 if (parent_entry && parent_entry->is_copy) { in mach_make_memory_entry_internal()
3017 user_entry->is_copy = TRUE; in mach_make_memory_entry_internal()
3265 user_entry->is_copy = TRUE; in mach_make_memory_entry_internal()
3303 if (parent_entry->is_copy) { in mach_make_memory_entry_internal()
3362 user_entry->is_copy = parent_entry->is_copy; in mach_make_memory_entry_internal()
3631 mem_entry->is_copy) { in memory_entry_purgeable_control_internal()
3693 mem_entry->is_copy) { in memory_entry_access_tracking_internal()
3854 } else if (mem_entry->is_copy) { in mach_memory_entry_ownership()
3959 mem_entry->is_copy) { in mach_memory_entry_get_page_counts()
4005 mem_entry->is_copy) { in mach_memory_entry_phys_page_offset()
[all …]
H A Dmemory_object.c1285 named_entry->is_copy) { in memory_object_iopl_request()
H A Dvm_map.h181 /* boolean_t */ is_copy:1, /* ... a VM map copy */ member
H A Dvm_shared_region.c923 assert(!mem_entry->is_copy); in vm_shared_region_destroy()
H A Dvm_map.c4102 if (named_entry->is_copy) { in vm_map_enter_mem_object_helper()
4185 } else if (named_entry->is_copy) { in vm_map_enter_mem_object_helper()
20000 assert(!named_entry->is_copy); in vm_named_entry_associate_vm_object()
20041 assert(!named_entry->is_copy); in vm_named_entry_to_vm_object()
/xnu-8792.81.2/tools/lldbmacros/
H A Dmemory.py4899 if entry.is_copy == 1:
4903 if entry.is_sub_map == 0 and entry.is_copy == 0 and entry.is_object == 0:
4924 elif entry.is_copy == 1:
5140 elif mem_entry.is_copy: