HomeSort by: relevance | last modified time | path
    Searched defs:sc_is (Results 1 - 3 of 3) 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
  /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 93 milliseconds