sys/uvm/uvm_amap.c
1143
amap_splitref(struct vm_aref *origref, struct vm_aref *splitref, vaddr_t offset)
sys/uvm/uvm_amap.c
1445
amap_lookup(struct vm_aref *aref, vaddr_t offset)
sys/uvm/uvm_amap.c
1474
amap_lookups(struct vm_aref *aref, vaddr_t offset, struct vm_anon **anons,
sys/uvm/uvm_amap.c
1512
amap_add(struct vm_aref *aref, vaddr_t offset, struct vm_anon *anon,
sys/uvm/uvm_amap.c
1555
amap_unadd(struct vm_aref *aref, vaddr_t offset)
sys/uvm/uvm_amap.h
68
(struct vm_aref *, vaddr_t,
sys/uvm/uvm_amap.h
86
(struct vm_aref *, vaddr_t);
sys/uvm/uvm_amap.h
88
(struct vm_aref *, vaddr_t,
sys/uvm/uvm_amap.h
97
(struct vm_aref *, struct vm_aref *, vaddr_t);
sys/uvm/uvm_amap.h
99
(struct vm_aref *, vaddr_t);
sys/uvm/uvm_loan.c
141
struct vm_aref *aref = &ufi->entry->aref;
sys/uvm/uvm_map.h
154
struct vm_aref aref; /* anonymous overlay */