Lines Matching refs:vm_amap
55 * forward definition of vm_amap structure. only amap
60 struct vm_amap;
70 struct vm_amap *amap_alloc /* allocate a new amap */
80 (struct vm_amap *);
82 (struct vm_amap *);
84 (struct vm_amap *);
91 (struct vm_amap *, vaddr_t, vsize_t, int);
93 (struct vm_amap *);
101 (struct vm_amap *);
103 (struct vm_amap *, vaddr_t, vsize_t, bool);
105 (struct vm_amap *);
150 * here is the definition of the vm_amap structure for this implementation.
153 struct vm_amap {
154 krwlock_t *am_lock; /* lock [locks all vm_amap fields] */
166 LIST_ENTRY(vm_amap) am_list;
269 (struct vm_amap *, int, vsize_t, int);
271 (struct vm_amap *, vaddr_t);
273 (struct vm_amap *, int, int);