HomeSort by: relevance | last modified time | path
    Searched defs:sc_cachecoherent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/sparc/
iommu.c 70 int sc_cachecoherent; member in struct:iommu_softc
204 sc->sc_cachecoherent = js1_implicit_iommu ? 0
207 sc->sc_cachecoherent = 0;
414 pte |= IOPTE_V | IOPTE_W | (sc->sc_cachecoherent ? IOPTE_C : 0);
594 if ((sc->sc_cachecoherent == 0) ||
766 cbit = sc->sc_cachecoherent ? 0 : PMAP_NC;
iommu.c 70 int sc_cachecoherent; member in struct:iommu_softc
204 sc->sc_cachecoherent = js1_implicit_iommu ? 0
207 sc->sc_cachecoherent = 0;
414 pte |= IOPTE_V | IOPTE_W | (sc->sc_cachecoherent ? IOPTE_C : 0);
594 if ((sc->sc_cachecoherent == 0) ||
766 cbit = sc->sc_cachecoherent ? 0 : PMAP_NC;

Completed in 22 milliseconds