Home
last modified time | relevance | path

Searched refs:vm_aref (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/sys/uvm/
Duvm_amap.h85 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);
Duvm_amap_i.h59 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()
Duvm_anon.h86 struct vm_aref { struct
Duvm_map.h156 struct vm_aref aref; /* anonymous overlay */
Duvm_extern.h240 struct vm_aref;
Duvm_loan.c137 struct vm_aref *aref = &ufi->entry->aref;
Duvm_amap.c855 struct vm_aref *origref, *splitref; in amap_splitref()