Searched refs:xive (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/powerpc/powernv/ |
H A D | opal_pci.c | 664 int err, xive; in opalpci_map_msi() local 670 xive = irq - sc->base_msi_irq - sc->msi_base; in opalpci_map_msi() 671 opal_call(OPAL_PCI_SET_XIVE_PE, sc->phb_id, OPAL_PCI_DEFAULT_PE, xive); in opalpci_map_msi() 678 OPAL_PCI_DEFAULT_PE, xive, 1, vtophys(&msi32), in opalpci_map_msi() 683 OPAL_PCI_DEFAULT_PE, xive, 1, vtophys(addr), vtophys(data)); in opalpci_map_msi()
|
H A D | xive.c | 203 EARLY_DRIVER_MODULE(xive, ofwbus, xive_driver, 0, 0, BUS_PASS_INTERRUPT - 1);
|
/freebsd/sys/conf/ |
H A D | files.powerpc | 348 powerpc/powernv/xive.c optional powernv
|