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

  /src/sys/arch/sun3/sun3x/
iommu.c 103 iommu_remove(uint32_t sa, uint32_t len) function in typeref:typename:void
  /src/sys/arch/sparc/sparc/
iommu.c 420 * iommu_remove: removes mappings created by iommu_enter
423 iommu_remove(struct iommu_softc *sc, bus_addr_t dva, bus_size_t len) function in typeref:typename:void
430 panic("iommu_remove: va 0x%lx not in DVMA space", (long)dva);
437 panic("iommu_remove: clearing invalid pte at dva 0x%lx",
725 iommu_remove(sc, dva, len);
  /src/sys/arch/sparc64/dev/
iommu.c 388 * iommu_remove: removes mappings created by iommu_enter
396 iommu_remove(struct iommu_state *is, vaddr_t va, size_t len) function in typeref:typename:void
398 DPRINTF(IDB_IOMMU, ("iommu_remove: va %lx len %zu\n", va, len));
413 panic("iommu_remove: va 0x%lx not in DVMA space", (u_long)va);
415 panic("iommu_remove: va 0x%lx + len 0x%lx wraps",
418 panic("iommu_remove: ridiculous len 0x%lx", (u_long)len);
422 DPRINTF(IDB_IOMMU, ("iommu_remove: va %lx TSB[%lx]@%p\n",
426 DPRINTF(IDB_IOMMU, ("iommu_remove: clearing TSB slot %d "
470 panic("iommu_remove: va 0x%lx not in DVMA space", (u_long)va);
472 printf("iommu_remove: unaligned va: %lx\n", va)
    [all...]
  /src/sys/arch/hppa/dev/
astro.c 187 void iommu_remove(struct astro_softc *, bus_addr_t);
536 iommu_remove(sc, e->ipe_dva);
767 iommu_remove(struct astro_softc *sc, bus_addr_t dva) function in typeref:typename:void
775 printf("iommu_remove: unaligned dva: %lx\n", dva);

Completed in 14 milliseconds