Searched refs:map_pgszcvec (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vmsystm.h | 107 * Flags for map_pgszcvec 138 extern uint_t map_pgszcvec(caddr_t addr, size_t size, uintptr_t off, int flags,
|
/illumos-gate/usr/src/uts/sun4/vm/ |
H A D | vm_dep.c | 705 map_pgszcvec(caddr_t addr, size_t size, uintptr_t off, int flags, int type, function
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_as.c | 1548 uint_t szcvec = map_pgszcvec(addr, size, (uintptr_t)addr, mapflags, 1595 szcvec = map_pgszcvec(addr, size, (uintptr_t)addr, mapflags, 1643 szcvec = map_pgszcvec(addr, size, vn_a->amp == NULL ? 3033 * with) to pass to map_pgszcvec(). 3123 * returned by map_pgszcvec() (similar to as_map_segvn_segs()), and passes each 3131 uint_t szcvec = map_pgszcvec(addr, size, (uintptr_t)addr,
|
H A D | seg_vn.c | 5763 uint_t szcvec = map_pgszcvec(seg->s_base,
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 472 map_pgszcvec(caddr_t addr, size_t size, uintptr_t off, int flags, int type, function
|
Completed in 97 milliseconds