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

/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_pci.c668 int err, xive; local
674 xive = irq - sc->base_msi_irq - sc->msi_base;
675 opal_call(OPAL_PCI_SET_XIVE_PE, sc->phb_id, OPAL_PCI_DEFAULT_PE, xive);
682 OPAL_PCI_DEFAULT_PE, xive, 1, vtophys(&msi32),
687 OPAL_PCI_DEFAULT_PE, xive, 1, vtophys(addr), vtophys(data));
H A Dxive.c196 "xive",
210 EARLY_DRIVER_MODULE(xive, ofwbus, xive_driver, xive_devclass, 0, 0,
215 MALLOC_DEFINE(M_XIVE, "xive", "XIVE Memory");
299 if (!ofw_bus_is_compatible(dev, "ibm,opal-xive-pe"))
312 if (!ofw_bus_is_compatible(dev, "ibm,opal-xive-vc"))
334 error = OF_getencprop(phandle, "ibm,xive-provision-page-size",

Completed in 38 milliseconds