HomeSort by: relevance | last modified time | path
    Searched refs:sc_is (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/sparc64/dev/
sbusvar.h 109 struct iommu_state sc_is; /* IOMMU state, see iommureg.h */ member in struct:sbus_softc
psychovar.h 123 struct iommu_state *sc_is; member in struct:psycho_softc
sbus.c 235 sc->sc_is.is_bustag = sc->sc_bustag;
238 sizeof (struct iommureg), &sc->sc_is.is_iommu);
241 sc->sc_is.is_sb[0] = &sc->sc_sb;
242 sc->sc_sb.sb_is = &sc->sc_is;
252 iommu_init(name, &sc->sc_is, 0, -1);
271 if (vmem_xalloc_addr(sc->sc_is.is_dvmamap, sc->sc_is.is_dvmabase,
psycho.c 595 sc->sc_is = kmem_alloc(sizeof(struct iommu_state), KM_SLEEP);
598 pp->pp_sb.sb_is = sc->sc_is;
600 sc->sc_is->is_sb[0] = sc->sc_is->is_sb[1] = NULL;
617 sc->sc_is->is_sb[0] = sb;
641 sc->sc_is = osc->sc_is;
646 pp->pp_sb.sb_is = sc->sc_is;
664 sc->sc_is->is_sb[1] = sb;
666 iommu_reset(sc->sc_is);
    [all...]
  /src/sys/arch/arm/sunxi/
sunxi_nmi.c 115 struct intrsource sc_is; member in struct:sunxi_nmi_softc
165 func = atomic_load_acquire(&sc->sc_is.is_func);
167 rv = func(sc->sc_is.is_arg);
255 if (atomic_load_relaxed(&sc->sc_is.is_func) != NULL) {
263 sc->sc_is.is_arg = arg;
264 atomic_store_release(&sc->sc_is.is_func, func);
266 sc->sc_is.is_type = ist;
267 sc->sc_is.is_ipl = ipl;
268 sc->sc_is.is_mpsafe = (flags & FDT_INTR_MPSAFE) ? true : false;
280 return &sc->sc_is;
    [all...]

Completed in 20 milliseconds