sys/uvm/uvm_amap.c
1127
amap_lookup(struct vm_aref *aref, vaddr_t offset)
sys/uvm/uvm_amap.c
1151
amap_lookups(struct vm_aref *aref, vaddr_t offset,
sys/uvm/uvm_amap.c
1184
amap_populate(struct vm_aref *aref, vaddr_t offset)
sys/uvm/uvm_amap.c
1205
amap_add(struct vm_aref *aref, vaddr_t offset, struct vm_anon *anon,
sys/uvm/uvm_amap.c
1249
amap_unadd(struct vm_aref *aref, vaddr_t offset)
sys/uvm/uvm_amap.c
820
amap_splitref(struct vm_aref *origref, struct vm_aref *splitref, vaddr_t offset)
sys/uvm/uvm_amap.h
66
void amap_populate(struct vm_aref *, vaddr_t);
sys/uvm/uvm_amap.h
68
int amap_add(struct vm_aref *, vaddr_t, struct vm_anon *,
sys/uvm/uvm_amap.h
82
struct vm_anon *amap_lookup(struct vm_aref *, vaddr_t);
sys/uvm/uvm_amap.h
84
void amap_lookups(struct vm_aref *, vaddr_t, struct vm_anon **, int);
sys/uvm/uvm_amap.h
88
void amap_splitref(struct vm_aref *, struct vm_aref *, vaddr_t);
sys/uvm/uvm_amap.h
90
void amap_unadd(struct vm_aref *, vaddr_t);
sys/uvm/uvm_map.h
155
struct vm_aref aref; /* anonymous overlay */