Searched defs:aref (Results 1 - 3 of 3) sorted by relevance
| /src/sys/uvm/ | ||
| H A D | uvm_loan.c | 141 struct vm_aref *aref = &ufi->entry->aref; local in function:uvm_loanentry [all...] |
| H A D | uvm_map.h | 154 struct vm_aref aref; /* anonymous overlay */ member in struct:vm_map_entry |
| H A D | uvm_amap.c | 1445 amap_lookup(struct vm_aref * aref,vaddr_t offset) argument 1474 amap_lookups(struct vm_aref * aref,vaddr_t offset,struct vm_anon ** anons,int npages) argument 1512 amap_add(struct vm_aref * aref,vaddr_t offset,struct vm_anon * anon,bool replace) argument 1555 amap_unadd(struct vm_aref * aref,vaddr_t offset) argument [all...] |
Completed in 5 milliseconds