Home
last modified time | relevance | path

Searched refs:vm_map_entry (Results 1 – 12 of 12) sorted by relevance

/xnu-10063.141.1/osfmk/vm/
H A Dvm_map_store.h40 struct vm_map_entry;
72 struct vm_map_entry *prev; /* previous entry */
73 struct vm_map_entry *next; /* next entry */
134 struct vm_map_entry **entryp);
138 struct vm_map_entry *after_where,
139 struct vm_map_entry *entry);
143 struct vm_map_entry *after_where,
144 struct vm_map_entry *entry,
149 struct vm_map_entry *entry,
154 struct vm_map_entry *entry,
[all …]
H A Dvm_map_store_ll.h40 struct vm_map_entry *after_where,
41 struct vm_map_entry *entry);
45 struct vm_map_entry *entry);
49 struct vm_map_entry *entry);
53 struct vm_map_entry *entry,
H A Dvm_map_store_rb.h44 struct vm_map_entry **entryp);
48 struct vm_map_entry *entry);
52 struct vm_map_entry *entry);
56 struct vm_map_entry *entry,
61 struct vm_map_entry *entry,
H A Dvm_map_store.c313 static struct vm_map_entry *
427 static struct vm_map_entry *
563 struct vm_map_entry *
H A Dvm_map_store_rb.c34 #define VME_FOR_STORE(ptr) __container_of(ptr, struct vm_map_entry, store)
284 struct vm_map_entry old_hole_entry; in update_holes_on_entry_deletion()
468 struct vm_map_entry old_hole_entry; in update_holes_on_entry_creation()
H A Dvm_map.h135 typedef struct vm_map_entry *vm_map_entry_t;
232 struct vm_map_entry { struct
634 #define CAST_TO_VM_MAP_ENTRY(x) ((struct vm_map_entry *)(uintptr_t)(x))
704 ZONE_DECLARE_ID(ZONE_ID_VM_MAP_ENTRY, struct vm_map_entry);
H A Dvm_kern.h98 struct vm_map_entry;
530 struct vm_map_entry *entry,
H A Dvm_protos.h460 struct vm_map_entry;
461 extern struct vm_object *find_vnode_object(struct vm_map_entry *entry);
H A Dvm_shared_region.c1168 struct vm_map_entry tmp_entry_store = {0}; in vm_shared_region_auth_remap()
2594 struct vm_map_entry tmp_entry_store; in vm_shared_region_slide_mapping()
H A Dvm_map.c892 struct vm_map_entry tmp_entry; in vm_map_apple_protected()
1181 sizeof(struct vm_map_entry), VM_MAP_ENTRY_ZFLAGS, in vm_map_init()
1303 sizeof(struct vm_map_entry), VM_MAP_ENTRY_ZFLAGS, in vm_map_steal_memory()
1739 return __container_of(list->vmz_tail, struct vm_map_entry, vme_next); in vm_map_zap_last_entry()
6647 struct vm_map_entry *first_entry, tmp_entry; in vm_map_wire_nested()
7470 struct vm_map_entry *first_entry, tmp_entry; in vm_map_unwire_nested()
8604 struct vm_map_entry tmp_entry; in vm_map_delete()
12837 tmp_entry = (struct vm_map_entry *)tmp_entry->vme_next; in vm_map_copyin_internal()
21171 new_hole->next = (struct vm_map_entry *)map->holes_list; in vm_map_set_max_addr()
21172 map->holes_list->prev->vme_next = (struct vm_map_entry *)new_hole; in vm_map_set_max_addr()
[all …]
H A Dvm_fault.c6627 struct vm_map_entry tmp_entry = *entry; in vm_fault_wire()
/xnu-10063.141.1/bsd/sys/
H A Dcode_signing.h637 struct vm_map_entry *entry,