HomeSort by: relevance | last modified time | path
    Searched defs:vm_amap (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/uvm/
uvm_amap.h 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)
153 struct vm_amap { struct
    [all...]

Completed in 29 milliseconds