Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h219 #define IOMMU_CTX2TTE(ctx) (((uint64_t)(ctx)) << IOMMU_TTE_CTX_SHIFT) macro
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c946 tte |= IOMMU_CTX2TTE(ctx); in pci_dvma_map_fast()
1034 tte |= IOMMU_CTX2TTE(ctx); in pci_dvma_map()