Searched refs:tce_free (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | tce.h | 43 extern void tce_free(struct iommu_table *tbl, long index, unsigned int npages);
|
/linux-4.1.27/arch/x86/kernel/ |
D | tce_64.c | 75 void tce_free(struct iommu_table *tbl, long index, unsigned int npages) in tce_free() function
|
D | pci-calgary_64.c | 309 tce_free(tbl, entry, npages); in iommu_free() 772 tce_free(tbl, 0, tbl->it_size); in calgary_setup_tar()
|
/linux-4.1.27/arch/powerpc/platforms/pasemi/ |
D | iommu.c | 256 ppc_md.tce_free = iobmap_free; in iommu_init_early_pasemi()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | iommu.c | 1305 ppc_md.tce_free = tce_freemulti_pSeriesLP; in iommu_init_early_pSeries() 1308 ppc_md.tce_free = tce_free_pSeriesLP; in iommu_init_early_pSeries() 1317 ppc_md.tce_free = tce_free_pSeries; in iommu_init_early_pSeries() 1337 ppc_md.tce_free = tce_free_pSeriesLP; in disable_multitce()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | iommu.c | 411 ppc_md.tce_free(tbl, entry, npages); in __iommu_free() 616 ppc_md.tce_free(tbl, tbl->it_offset, tbl->it_size); in iommu_table_clear() 984 ppc_md.tce_free(tbl, entry, 1); in iommu_clear_tce()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | machdep.h | 74 void (*tce_free)(struct iommu_table *tbl, member
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | dart_iommu.c | 391 ppc_md.tce_free = dart_free; in iommu_init_early_dart()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | pci.c | 767 ppc_md.tce_free = pnv_tce_free_vm; in pnv_pci_init()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | iommu.c | 1205 ppc_md.tce_free = tce_free_cell; in cell_iommu_init()
|