Searched defs:imap (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dbitmap.c379 uint_t *imap; local
387 size = PAGE_ROUNDUP(pages * sizeof (*imap));
397 imap = sfile.buf_map;
399 for (ppn = sfile.low_ppn; ppn < lppn; ppn++, imap++)
400 *imap = (uint_t)ppn;
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c398 * map (imap) property. This function returns a dev_info_t structure
404 * imap entry format:
427 prop_1275_cell_t *imap, *imap_mask, *scan, *reg_p, *match_req; local
470 "interrupt-map", (caddr_t)&imap, &imap_sz)
473 * If we don't have an imap property, default to using the
487 * because the 1275 imap property wasn't defined correctly.
504 * and apply the imap mask. match_req will hold this when we're
522 /* Calculate the imap size in cells */
528 "match_request 0x%p, imap 0x%p\n", addr_cells, intr_cells,
529 (void *)match_req, (void *)imap);
[all...]

Completed in 71 milliseconds