Lines Matching defs:ppmapin
53 * 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)
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(pp, PROT_READ | PROT_WRITE, (caddr_t)-1);