| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| ppage.c | 55 ppmapin(page_t *pp, uint_t vprot, caddr_t avoid) function
|
| /onnv/onnv-gate/usr/src/uts/sun4v/os/ |
| ppage.c | 55 * The ppmapin/ppmapout routines provide a quick way of generating a cache 82 static int pp_allocs; /* # of ppmapin requests */ 96 #error "sun4v ppmapin and ppmapout do not support VAC" 135 * (called avoid) was used to ask ppmapin to NOT use the specified cache color. 145 ppmapin(page_t *pp, uint_t vprot, caddr_t hint) function 273 * back to ppmapin/ppmapout. 280 fm_va = ppmapin(fm_pp, PROT_READ, (caddr_t)-1); 281 to_va = ppmapin(to_pp, PROT_READ | PROT_WRITE, fm_va); 333 * ppmapin/ppmapout. 344 va = ppmapin(pp, PROT_READ | PROT_WRITE, (caddr_t)-1) [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/os/ |
| ppage.c | 56 * The ppmapin/ppmapout routines provide a quick way of generating a cache 86 static int pp_allocs; /* # of ppmapin requests */ 149 * (called avoid) was used to ask ppmapin to NOT use the specified cache color. 158 ppmapin(page_t *pp, uint_t vprot, caddr_t hint) function 455 * If it fails, fall back to ppmapin/ppmaput 474 fm_va = ppmapin(fm_pp, PROT_READ, (caddr_t)-1); 475 to_va = ppmapin(to_pp, PROT_READ | PROT_WRITE, fm_va); 538 va = ppmapin(pp, PROT_READ | PROT_WRITE, (caddr_t)-1);
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| vmsystm.h | 151 extern caddr_t ppmapin(struct page *, uint_t, caddr_t);
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| urw.c | 143 * method, ppmapin. Otherwise, we have to do something special. 150 kaddr = ppmapin(pp, writing ? 159 * trying to map in; ppmapin doesn't handle devices, but allocating a
|
| /onnv/onnv-gate/usr/src/uts/sun4v/cpu/ |
| generic.c | 144 va = ppmapin(pp, PROT_READ | PROT_WRITE, (void *)addr);
|
| /onnv/onnv-gate/usr/src/uts/intel/fs/proc/ |
| prmachdep.c | 382 * method, ppmapin. Otherwise, we have to do something special. 389 kaddr = ppmapin(pp, writing ? 397 * trying to map in; ppmapin doesn't handle devices, but allocating a
|
| /onnv/onnv-gate/usr/src/uts/common/vm/ |
| page_retire.c | 622 kaddr = ppmapin(pp, PROT_READ|PROT_WRITE, (caddr_t)-1); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/hsfs/ |
| hsfs_vnops.c | 964 va = vas[count] = ppmapin(searchp, PROT_WRITE, 966 /* ppmapin() guarantees not to return NULL */ [all...] |
| /onnv/onnv-gate/usr/src/uts/sparc/fs/proc/ |
| prmachdep.c | 673 * method, ppmapin. Otherwise, we have to do something special. 680 kaddr = ppmapin(pp, writing ? 689 * trying to map in; ppmapin doesn't handle devices, but allocating a
|
| /onnv/onnv-gate/usr/src/uts/sparc/v9/os/ |
| simulator.c | 1130 ka = ppmapin(pp, PROT_READ|PROT_WRITE, (caddr_t)rp->r_pc); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/udfs/ |
| udf_vnops.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/doorfs/ |
| door_sys.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/opl/io/ |
| mc-opl.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| zfs_vnops.c | 332 return (ppmapin(pp, PROT_READ | ((rw == S_WRITE) ? PROT_WRITE : 0), [all...] |