Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h65 #define IOMMU_TSBSIZE_TO_TSBENTRIES(s) ((1 << (s)) << (13 - 3)) macro
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_iommu.c95 IOMMU_TSBSIZE_TO_TSBENTRIES(iommu_p->iommu_tsb_size); in iommu_create()
495 obp_tsb_entries = IOMMU_TSBSIZE_TO_TSBENTRIES(obp_tsb_size); in iommu_preserve_tsb()