Lines Matching defs:pih
174 struct pintrhand *pih;
213 pih = pirq_establish(gsi, evtchn, handler, arg, level,
215 pih->pic = pic;
218 return pih;
264 struct pintrhand *pih = (struct pintrhand *)ih;
266 int pirq = pih->pirq;
267 int port = pih->evtch;
270 pirq_disestablish(pih);
281 KASSERT(port == pih->evtch);
464 uint64_t pih;
469 pih = __SHIFTIN((uint64_t)dev, MSI_INT_DEV_MASK)
473 MSI_INT_MAKE_MSI(pih);
475 MSI_INT_MAKE_MSIX(pih);
477 return x86_pci_msi_string(NULL, pih, buf, len);