Searched refs:vm_map_entry (Results 1 – 4 of 4) sorted by relevance
98 struct vm_map_entry;99 typedef struct vm_map_entry *vm_map_entry_t;
101 struct vm_map_entry { struct102 struct vm_map_entry *left; /* left child or previous entry */ argument103 struct vm_map_entry *right; /* right child or next entry */ argument204 struct vm_map_entry header; /* List of entries */439 vm_map_entry_read_succ(void *token, struct vm_map_entry *const clone, in vm_map_entry_read_succ()
267 kmapentzone = uma_zcreate("KMAP ENTRY", sizeof(struct vm_map_entry), in vm_map_startup()278 mapentzone = uma_zcreate("MAP ENTRY", sizeof(struct vm_map_entry), in vm_map_startup()
200 struct vm_map_entry;305 struct vm_map_entry *td_map_def_user; /* (k) Deferred entries. */1081 void kern_proc_vmmap_resident(struct vm_map *map, struct vm_map_entry *entry,