Home
last modified time | relevance | path

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

/netbsd-src/sys/uvm/
H A Duvm_amap.h68 (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 Duvm_anon.h81 struct vm_aref { struct
H A Duvm_amap.c1143 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 Duvm_map.h154 struct vm_aref aref; /* anonymous overlay */
H A Duvm_loan.c141 struct vm_aref *aref = &ufi->entry->aref; in uvm_loanentry()