Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dxive.c96 struct xive_softc;
106 static int xive_provision_page(struct xive_softc *sc);
150 struct xive_softc { struct
194 sizeof(struct xive_softc)
259 xive_read_2(struct xive_softc *sc, bus_size_t offset) in xive_read_2()
266 xive_write_1(struct xive_softc *sc, bus_size_t offset, uint8_t val) in xive_write_1()
313 struct xive_softc *sc = device_get_softc(dev); in xive_attach()
498 struct xive_softc *sc; in xive_dispatch()
670 struct xive_softc *sc; in xive_setup_cpu()
746 xive_provision_page(struct xive_softc *sc) in xive_provision_page()