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

  /src/sys/arch/sun3/sun3x/
iommu.c 54 static void iommu_attach(device_t, device_t, void *);
57 iommu_match, iommu_attach, NULL, NULL);
72 iommu_attach(device_t parent, device_t self, void *args) function in typeref:typename:void
  /src/sys/arch/sparc/sparc/
iommu.c 82 void iommu_attach(device_t, device_t, void *);
90 iommu_match, iommu_attach, NULL, NULL);
145 iommu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
199 printf("iommu_attach: cannot map registers\n");
223 panic("iommu_attach: no memory");
227 panic("iommu_attach: no memory");

Completed in 161 milliseconds