Searched refs:vm_aref (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/uvm/ |
H A D | uvm_amap.h | 68 (struct vm_aref *, vaddr_t, 86 (struct vm_aref *, vaddr_t); 88 (struct vm_aref *, vaddr_t, 97 (struct vm_aref *, struct vm_aref *, vaddr_t); 99 (struct vm_aref *, vaddr_t);
|
H A D | uvm_anon.h | 81 struct vm_aref { struct
|
H A D | uvm_amap.c | 1143 amap_splitref(struct vm_aref *origref, struct vm_aref *splitref, vaddr_t offset) in amap_splitref() 1445 amap_lookup(struct vm_aref *aref, vaddr_t offset) in amap_lookup() 1474 amap_lookups(struct vm_aref *aref, vaddr_t offset, struct vm_anon **anons, in amap_lookups() 1512 amap_add(struct vm_aref *aref, vaddr_t offset, struct vm_anon *anon, in amap_add() 1555 amap_unadd(struct vm_aref *aref, vaddr_t offset) in amap_unadd()
|
H A D | uvm_map.h | 154 struct vm_aref aref; /* anonymous overlay */
|
H A D | uvm_loan.c | 141 struct vm_aref *aref = &ufi->entry->aref; in uvm_loanentry()
|