Home
last modified time | relevance | path

Searched refs:it_type (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c177 if (tbl->it_type & TCE_PCI_SWINV_CREATE) in tce_build_pSeries()
192 if (tbl->it_type & TCE_PCI_SWINV_FREE) in tce_free_pSeries()
577 tbl->it_type = TCE_PCI; in iommu_table_setparms()
592 tbl->it_type = TCE_PCI_SWINV_CREATE | TCE_PCI_SWINV_FREE; in iommu_table_setparms()
614 tbl->it_type = TCE_PCI; in iommu_table_setparms_lpar()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-ioda.c1665 } else if (tbl->it_type & TCE_PCI_SWINV_PAIR) { in pnv_pci_ioda1_tce_invalidate()
1700 if (!ret && (tbl->it_type & TCE_PCI_SWINV_CREATE)) in pnv_ioda1_tce_build()
1712 if (!ret && (tbl->it_type & in pnv_ioda1_tce_xchg()
1725 if (tbl->it_type & TCE_PCI_SWINV_FREE) in pnv_ioda1_tce_free()
1803 if (!ret && (tbl->it_type & TCE_PCI_SWINV_CREATE)) in pnv_ioda2_tce_build()
1815 if (!ret && (tbl->it_type & in pnv_ioda2_tce_xchg()
1828 if (tbl->it_type & TCE_PCI_SWINV_FREE) in pnv_ioda2_tce_free()
1911 tbl->it_type |= (TCE_PCI_SWINV_CREATE | in pnv_pci_ioda_setup_dma_pe()
2040 tbl->it_type |= (TCE_PCI_SWINV_CREATE | TCE_PCI_SWINV_FREE); in pnv_pci_ioda2_create_table()
2091 tbl->it_type |= (TCE_PCI_SWINV_CREATE | TCE_PCI_SWINV_FREE); in pnv_pci_ioda2_setup_default_config()
Dpci.c741 tbl->it_type = TCE_PCI; in pnv_pci_setup_iommu_table()
/linux-4.4.14/arch/powerpc/include/asm/
Diommu.h106 unsigned long it_type; /* type: PCI or Virtual Bus */ member
/linux-4.4.14/arch/powerpc/kernel/
Dvio.c1196 tbl->it_type = TCE_VB; in vio_build_iommu_table()