Searched defs:aref (Results 1 - 3 of 3) sorted by relevance

/src/sys/uvm/
H A Duvm_loan.c141 struct vm_aref *aref = &ufi->entry->aref; local in function:uvm_loanentry
[all...]
H A Duvm_map.h154 struct vm_aref aref; /* anonymous overlay */ member in struct:vm_map_entry
H A Duvm_amap.c1445 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