Searched refs:vm_map_entry (Results 1 – 11 of 11) sorted by relevance
| /xnu-8792.81.2/osfmk/vm/ |
| H A D | vm_map_store.h | 45 struct vm_map_entry; 76 struct vm_map_entry* UHEE_entry; \ 99 struct vm_map_entry* tmp_entry; \ 152 boolean_t vm_map_store_lookup_entry( struct _vm_map*, vm_map_offset_t, struct vm_map_entry**); 153 void vm_map_store_update( struct _vm_map*, struct vm_map_entry*, int); 154 void _vm_map_store_entry_link( struct vm_map_header *, struct vm_map_entry*, struct vm_map_entry… 155 void vm_map_store_entry_link( struct _vm_map*, struct vm_map_entry*, struct vm_map_entry*, vm_ma… 156 void _vm_map_store_entry_unlink( struct vm_map_header *, struct vm_map_entry*, bool); 157 void vm_map_store_entry_unlink( struct _vm_map*, struct vm_map_entry*, bool); 158 void vm_map_store_update_first_free( struct _vm_map*, struct vm_map_entry*, boolean_t new_entry_… [all …]
|
| H A D | vm_map_store_rb.h | 38 void vm_map_store_walk_rb( struct _vm_map*, struct vm_map_entry**, struct vm_map_entry**); 39 boolean_t vm_map_store_lookup_entry_rb( struct _vm_map*, vm_map_offset_t, struct vm_map_entry**); 40 … vm_map_store_entry_link_rb( struct vm_map_header*, struct vm_map_entry*, struct vm_map_entry*); 41 void vm_map_store_entry_unlink_rb( struct vm_map_header*, struct vm_map_entry*); 42 void vm_map_store_copy_reset_rb( struct vm_map_copy*, struct vm_map_entry*, int); 43 void update_first_free_rb(struct _vm_map*, struct vm_map_entry*, boolean_t new_entry_creation);
|
| H A D | vm_map_store_ll.h | 37 boolean_t vm_map_store_lookup_entry_ll( struct _vm_map*, vm_map_offset_t, struct vm_map_entry**); 38 … vm_map_store_entry_link_ll( struct vm_map_header*, struct vm_map_entry*, struct vm_map_entry*); 39 void vm_map_store_entry_unlink_ll( struct vm_map_header*, struct vm_map_entry*); 40 void update_first_free_ll(struct _vm_map*, struct vm_map_entry*); 41 void vm_map_store_copy_reset_ll( struct vm_map_copy*, struct vm_map_entry*, int);
|
| H A D | vm_map_store.c | 283 static struct vm_map_entry * 397 static struct vm_map_entry * 528 struct vm_map_entry *
|
| H A D | vm_map.h | 140 typedef struct vm_map_entry *vm_map_entry_t; 208 struct vm_map_entry *prev; /* previous entry */ 209 struct vm_map_entry *next; /* next entry */ 262 struct vm_map_entry { struct 642 #define CAST_TO_VM_MAP_ENTRY(x) ((struct vm_map_entry *)(uintptr_t)(x)) 715 ZONE_DECLARE_ID(ZONE_ID_VM_MAP_ENTRY, struct vm_map_entry);
|
| H A D | vm_map_store_rb.c | 34 #define VME_FOR_STORE(ptr) __container_of(ptr, struct vm_map_entry, store) 297 struct vm_map_entry old_hole_entry; in update_holes_on_entry_deletion() 481 struct vm_map_entry old_hole_entry; in update_holes_on_entry_creation()
|
| H A D | vm_protos.h | 450 struct vm_map_entry; 451 extern struct vm_object *find_vnode_object(struct vm_map_entry *entry);
|
| H A D | vm_kern.h | 98 struct vm_map_entry; 535 struct vm_map_entry *entry,
|
| H A D | vm_shared_region.c | 1146 struct vm_map_entry tmp_entry_store = {0}; in vm_shared_region_auth_remap() 2581 struct vm_map_entry tmp_entry_store; in vm_shared_region_slide_mapping()
|
| H A D | vm_map.c | 845 struct vm_map_entry tmp_entry; in vm_map_apple_protected() 1125 sizeof(struct vm_map_entry), VM_MAP_ENTRY_ZFLAGS, in vm_map_init() 1242 sizeof(struct vm_map_entry), VM_MAP_ENTRY_ZFLAGS, in vm_map_steal_memory() 1674 return __container_of(list->vmz_tail, struct vm_map_entry, vme_next); in vm_map_zap_last_entry() 6379 struct vm_map_entry *first_entry, tmp_entry; in vm_map_wire_nested() 7215 struct vm_map_entry *first_entry, tmp_entry; in vm_map_unwire_nested() 8324 struct vm_map_entry tmp_entry; in vm_map_delete() 12467 tmp_entry = (struct vm_map_entry *)tmp_entry->vme_next; in vm_map_copyin_internal() 20295 new_hole->next = (struct vm_map_entry *)map->holes_list; in vm_map_set_max_addr() 20296 map->holes_list->prev->links.next = (struct vm_map_entry *)new_hole; in vm_map_set_max_addr() [all …]
|
| H A D | vm_fault.c | 6327 struct vm_map_entry tmp_entry = *entry; in vm_fault_wire()
|