Home
last modified time | relevance | path

Searched refs:iommu_dvma_cache_locks (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_iommu.c97 iommu_p->iommu_dvma_cache_locks = in iommu_create()
136 iommu_p->iommu_dvma_cache_locks, pci_dvma_page_cache_entries); in iommu_create()
211 kmem_free(iommu_p->iommu_dvma_cache_locks, in iommu_destroy()
H A Dpci_dma.c918 uint8_t *lock_addr = iommu_p->iommu_dvma_cache_locks + i; in pci_dvma_map_fast()
932 lock_addr = iommu_p->iommu_dvma_cache_locks; in pci_dvma_map_fast()
1066 iommu_p->iommu_dvma_cache_locks[index] = 0; in pci_dvma_unmap()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h173 uint8_t *iommu_dvma_cache_locks; member