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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.h314 extern int pmap_map_block_rc(pmap_t pmap, addr64_t va, ppnum_t pa, uint32_t size, vm_prot_t prot, int attr, unsigned int flags);
H A Dpmap.c1144 * Note that pmap_map_block_rc is the same but doesn't panic if collision.
1173 int pmap_map_block_rc(pmap_t pmap, addr64_t va, ppnum_t pa, uint32_t size, vm_prot_t prot, int attr, unsigned int flags) { /* Map an autogenned block */ function
1180 panic("pmap_map_block_rc: null pmap\n"); /* No, like that's dumb... */

Completed in 19 milliseconds