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

  /src/sys/arch/sparc/sparc/
iommu.c 348 iopte_t *tpte_p; local in function:iommu_copy_prom_entries
380 * tpte_p = top of our PTE table
385 for (tpte_p = &sc->sc_ptes[((0 - IOMMU_DVMA_BASE)/pagesz) - 1],
387 tpte_p >= &sc->sc_ptes[0] && pa >= (u_int)pbase;
388 tpte_p--, pa -= sizeof(iopte_t)) {
390 *tpte_p = lda(pa, ASI_BYPASS);
iommu.c 348 iopte_t *tpte_p; local in function:iommu_copy_prom_entries
380 * tpte_p = top of our PTE table
385 for (tpte_p = &sc->sc_ptes[((0 - IOMMU_DVMA_BASE)/pagesz) - 1],
387 tpte_p >= &sc->sc_ptes[0] && pa >= (u_int)pbase;
388 tpte_p--, pa -= sizeof(iopte_t)) {
390 *tpte_p = lda(pa, ASI_BYPASS);

Completed in 28 milliseconds