Searched refs:vm_aref (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/sys/uvm/ |
| D | uvm_amap.h | 85 void amap_add(struct vm_aref *, vaddr_t, struct vm_anon *, boolean_t); 104 struct vm_anon *amap_lookup(struct vm_aref *, vaddr_t); 106 void amap_lookups(struct vm_aref *, vaddr_t, struct vm_anon **, int); 114 void amap_splitref(struct vm_aref *, struct vm_aref *, vaddr_t); 116 void amap_unadd(struct vm_aref *, vaddr_t);
|
| D | uvm_amap_i.h | 59 struct vm_aref *aref; in amap_lookup() 85 struct vm_aref *aref; in amap_lookups() 119 struct vm_aref *aref; in amap_add() 167 struct vm_aref *aref; in amap_unadd()
|
| D | uvm_anon.h | 86 struct vm_aref { struct
|
| D | uvm_map.h | 156 struct vm_aref aref; /* anonymous overlay */
|
| D | uvm_extern.h | 240 struct vm_aref;
|
| D | uvm_loan.c | 137 struct vm_aref *aref = &ufi->entry->aref;
|
| D | uvm_amap.c | 855 struct vm_aref *origref, *splitref; in amap_splitref()
|