Home
last modified time | relevance | path

Searched refs:pci_dvma_page_cache_entries (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_iommu.c98 kmem_zalloc(pci_dvma_page_cache_entries, KM_SLEEP); in iommu_create()
129 pci_dvma_page_cache_entries * pci_dvma_page_cache_clustsz); in iommu_create()
136 iommu_p->iommu_dvma_cache_locks, pci_dvma_page_cache_entries); in iommu_create()
150 cache_size = IOMMU_PTOB(pci_dvma_page_cache_entries * in iommu_create()
212 pci_dvma_page_cache_entries); in iommu_destroy()
H A Dpci_space.c218 uint_t pci_dvma_page_cache_entries = 0x200; /* # of chunks (1 << bits) */ variable
H A Dpci_dma.c914 uint_t entries = pci_dvma_page_cache_entries; in pci_dvma_map_fast()
1065 ASSERT(index < pci_dvma_page_cache_entries); in pci_dvma_unmap()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_space.h109 extern uint_t pci_dvma_page_cache_entries;