Home
last modified time | relevance | path

Searched refs:TCE_PCI_SWINV_FREE (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dtce.h35 #define TCE_PCI_SWINV_FREE 4 macro
/arch/powerpc/platforms/powernv/
Dpci-ioda.c1713 (TCE_PCI_SWINV_CREATE | TCE_PCI_SWINV_FREE))) in pnv_ioda1_tce_xchg()
1725 if (tbl->it_type & TCE_PCI_SWINV_FREE) in pnv_ioda1_tce_free()
1816 (TCE_PCI_SWINV_CREATE | TCE_PCI_SWINV_FREE))) in pnv_ioda2_tce_xchg()
1828 if (tbl->it_type & TCE_PCI_SWINV_FREE) in pnv_ioda2_tce_free()
1912 TCE_PCI_SWINV_FREE | 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()
/arch/powerpc/platforms/pseries/
Diommu.c192 if (tbl->it_type & TCE_PCI_SWINV_FREE) in tce_free_pSeries()
607 tbl->it_type = TCE_PCI_SWINV_CREATE | TCE_PCI_SWINV_FREE; in iommu_table_setparms()