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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dppage.c55 ppmapin(page_t *pp, uint_t vprot, caddr_t avoid) function
/illumos-gate/usr/src/uts/sun4v/os/
H A Dppage.c53 * The ppmapin/ppmapout routines provide a quick way of generating a cache
80 static int pp_allocs; /* # of ppmapin requests */
94 #error "sun4v ppmapin and ppmapout do not support VAC"
133 * (called avoid) was used to ask ppmapin to NOT use the specified cache color.
143 ppmapin(page_t *pp, uint_t vprot, caddr_t hint) function
272 * back to ppmapin/ppmapout.
279 fm_va = ppmapin(fm_pp, PROT_READ, (caddr_t)-1);
280 to_va = ppmapin(to_pp, PROT_READ | PROT_WRITE, fm_va);
332 * ppmapin/ppmapout.
343 va = ppmapin(p
[all...]
/illumos-gate/usr/src/uts/sun4u/os/
H A Dppage.c54 * The ppmapin/ppmapout routines provide a quick way of generating a cache
84 static int pp_allocs; /* # of ppmapin requests */
147 * (called avoid) was used to ask ppmapin to NOT use the specified cache color.
156 ppmapin(page_t *pp, uint_t vprot, caddr_t hint) function
453 * If it fails, fall back to ppmapin/ppmaput
472 fm_va = ppmapin(fm_pp, PROT_READ, (caddr_t)-1);
473 to_va = ppmapin(to_pp, PROT_READ | PROT_WRITE, fm_va);
536 va = ppmapin(pp, PROT_READ | PROT_WRITE, (caddr_t)-1);

Completed in 47 milliseconds