Home
last modified time | relevance | path

Searched refs:tsb_entries (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_mmu.c49 uint32_t cache_size, tsb_entries; in px_mmu_attach() local
82 tsb_entries = MMU_BTOP(dvma_prop->dvma_len); in px_mmu_attach()
93 mmu_p->mmu_dvma_reserve = tsb_entries >> 1; in px_mmu_attach()
110 MMU_PTOB(tsb_entries) - cache_size, MMU_PAGE_SIZE, in px_mmu_attach()
115 for (tsb_i = 0; tsb_i < tsb_entries; tsb_i++) { in px_mmu_attach()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_iommu.c56 uint32_t tsb_entries; in iommu_create() local
94 iommu_p->iommu_tsb_entries = tsb_entries = in iommu_create()
101 - (tsb_entries * IOMMU_PAGE_SIZE); in iommu_create()
103 iommu_p->iommu_dvma_reserve = tsb_entries >> 1; in iommu_create()
141 bzero(iommu_p->iommu_tsb_vaddr, tsb_entries << 3); in iommu_create()
156 IOMMU_PTOB(tsb_entries) - cache_size, IOMMU_PAGE_SIZE, in iommu_create()