Home
last modified time | relevance | path

Searched refs:xive (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/sys/arch/powerpc64/conf/
H A Dfiles.powerpc64103 device xive
104 attach xive at fdt
105 file arch/powerpc64/dev/xive.c xive
H A DBOOT33 xive* at fdt?
H A DRAMDISK36 xive* at fdt?
H A DGENERIC32 xive* at fdt?
/openbsd-src/share/man/man4/man4.powerpc64/
H A DMakefile4 xicp.4 xics.4 xive.4
/openbsd-src/sys/arch/powerpc64/dev/
H A Dphb.c638 uint32_t xive; in phb_intr_establish() local
645 xive = sc->sc_xive++; in phb_intr_establish()
648 sc->sc_pe_number, xive); in phb_intr_establish()
657 error = opal_get_msi_32(sc->sc_phb_id, 0, xive, in phb_intr_establish()
662 error = opal_get_msi_64(sc->sc_phb_id, 0, xive, in phb_intr_establish()
668 cookie = intr_establish(sc->sc_msi_ranges[0] + xive, in phb_intr_establish()