Lines Matching defs:mapoff
578 u_int64_t mapoff, clroff;
584 mapoff = offsetof(struct schizo_pbm_regs, imap[ino]);
588 DPRINTF(SDB_INTR, (" mapoff %" PRIx64 " clroff %" PRIx64 "\n",
589 mapoff, clroff));
595 ih->ih_map = (uint64_t *)(uintptr_t)(intrregs + mapoff);
599 ih->ih_number = INTVEC(schizo_pbm_read(pbm, mapoff));
604 schizo_pbm_write(pbm, mapoff,
810 uint64_t mapoff, clroff;
831 mapoff = offsetof(struct schizo_pbm_regs, imap[ino]);
834 DPRINTF(SDB_INTR, ("%s: intr %x: %p mapoff %" PRIx64 " clroff %"
835 PRIx64 "\n", __func__, ino, intrlev[ino], mapoff, clroff));
840 intrmapptr = (uint64_t *)(uintptr_t)(intrregs + mapoff);
844 ino |= schizo_pbm_readintr(pbm, mapoff) & INTMAP_IGN;
872 imap = schizo_pbm_readintr(pbm, mapoff);
880 schizo_pbm_writeintr(pbm, mapoff, imap);
881 imap = schizo_pbm_readintr(pbm, mapoff);