HomeSort by: relevance | last modified time | path
    Searched refs:vm_aref (Results 1 - 5 of 5) sorted by relevancy

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

Completed in 19 milliseconds