Searched refs:vmap_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.h46 * The SGL elements are the structure 'vmap_t'.
52 * } vmap_t;
61 * The vmap_t structure members are populated with the mapped address
74 * int fetchpage, vmap_t *vml, int vmlsz,
80 * covering the range [off, off + len) in the vmap_t SGL array 'vml'.
117 * vmap_t vml[MINVMAPS];
250 } vmap_t; typedef in typeref:struct:vmap
285 vmap_t *, int, int *, enum seg_rw);
287 extern void vpm_unmap_pages(vmap_t *, enum seg_rw);
H A Dvpm.c745 vmap_t vml[],
806 * the page addresses are returned in the SGL vml (vmap_t) array passed in.
807 * The nseg is the number of vmap_t entries in the array.
818 vmap_t *vml,
952 vpm_unmap_pages(vmap_t vml[], enum seg_rw rw)
1130 vmap_t vml[],
1144 vmap_t vml[],
1168 vpm_unmap_pages(vmap_t vml[], enum seg_rw rw)

Completed in 61 milliseconds