Searched refs:cpy_hdr (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.61.2/osfmk/vm/ |
| H A D | vm_map_store_ll.c | 138 VMCI_map->hdr.nentries += VMCI_copy->cpy_hdr.nentries; \ 245 copy->cpy_hdr.nentries = 0; in vm_map_store_copy_reset_ll()
|
| H A D | vm_map.c | 1600 #define vm_map_copy_entry_create(copy) _vm_map_entry_create(&(copy)->cpy_hdr) 1734 _vm_map_store_entry_link(&(copy)->cpy_hdr, after_where, (entry)) 1737 _vm_map_store_entry_unlink(&(copy)->cpy_hdr, (entry), false) 4217 if (VM_MAP_PAGE_SHIFT(target_map) != copy_map->cpy_hdr.page_shift) { in vm_map_enter_mem_object_helper() 4218 …et_map %p pgshift %d\n", copy_map, offset, (uint64_t)map_size, copy_map->cpy_hdr.page_shift, targe… in vm_map_enter_mem_object_helper() 4234 if (copy_map->cpy_hdr.page_shift != VM_MAP_PAGE_SHIFT(target_map)) { in vm_map_enter_mem_object_helper() 5551 _vm_map_clip_start(&(copy)->cpy_hdr,(entry),(startaddr)); \ 5668 _vm_map_clip_end(&(copy)->cpy_hdr,(entry),(endaddr)); \ 9213 copy_page_shift = copy->cpy_hdr.page_shift; in vm_map_copy_overwrite_nested() 9533 copy->cpy_hdr.links.prev; in vm_map_copy_overwrite_nested() [all …]
|
| H A D | vm_map.h | 725 #define cpy_hdr c_u.hdr macro 730 #define VM_MAP_COPY_PAGE_SHIFT(copy) ((copy)->cpy_hdr.page_shift) 738 #define vm_map_copy_to_entry(copy) CAST_TO_VM_MAP_ENTRY(&(copy)->cpy_hdr.links) 740 ((copy)->cpy_hdr.links.next) 742 ((copy)->cpy_hdr.links.prev)
|
| H A D | vm_map_store.c | 238 int nentries = copy->cpy_hdr.nentries; in vm_map_store_copy_reset()
|
| H A D | vm_map_store_rb.c | 133 struct vm_map_header *mapHdr = &(copy->cpy_hdr); in vm_map_store_copy_reset_rb()
|
| H A D | vm_user.c | 3110 assert(parent_copy->cpy_hdr.nentries == 1); in mach_make_memory_entry_internal() 3214 assert(copy->cpy_hdr.nentries == 1); in mach_make_memory_entry_internal() 4159 assert(named_entry->backing.copy->cpy_hdr.nentries == 1); in mach_memory_entry_no_senders()
|