Home | History | Annotate | Download | only in uvm

Lines Matching defs:vm_map_entry

133 struct vm_map_entry {
139 struct vm_map_entry *prev; /* previous entry */
140 struct vm_map_entry *next; /* next entry */
220 struct vm_map_entry header; /* List of entries */
224 struct vm_map_entry * hint; /* hint for quick lookups */
225 struct vm_map_entry * first_free; /* First free space hint */
253 struct vm_map_entry *uma_prev;
285 void uvm_map_clip_start(struct vm_map *, struct vm_map_entry *,
287 void uvm_map_clip_end(struct vm_map *, struct vm_map_entry *,
291 struct vm_map_entry *
300 struct vm_map_entry **);
309 void uvm_unmap_detach(struct vm_map_entry *,int);
311 struct vm_map_entry **, int);
317 struct vm_map_entry *);
320 struct vm_map_entry *, int);
336 void uvm_map_lock_entry(struct vm_map_entry *, krw_t);
337 void uvm_map_unlock_entry(struct vm_map_entry *);