Searched refs:tce_free (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/arch/x86/include/asm/ |
D | tce.h | 43 extern void tce_free(struct iommu_table *tbl, long index, unsigned int npages);
|
/linux-3.4.99/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 | 307 tce_free(tbl, entry, npages); in iommu_free() 773 tce_free(tbl, 0, tbl->it_size); in calgary_setup_tar()
|
/linux-3.4.99/arch/powerpc/platforms/pasemi/ |
D | iommu.c | 251 ppc_md.tce_free = iobmap_free; in iommu_init_early_pasemi()
|
/linux-3.4.99/arch/powerpc/platforms/pseries/ |
D | iommu.c | 1258 ppc_md.tce_free = tce_freemulti_pSeriesLP; in iommu_init_early_pSeries() 1261 ppc_md.tce_free = tce_free_pSeriesLP; in iommu_init_early_pSeries() 1270 ppc_md.tce_free = tce_free_pSeries; in iommu_init_early_pSeries() 1290 ppc_md.tce_free = tce_free_pSeriesLP; in disable_multitce()
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | iommu.c | 237 ppc_md.tce_free(tbl, entry, npages); in __iommu_free() 456 ppc_md.tce_free(tbl, tbl->it_offset, tbl->it_size); in iommu_table_clear()
|
/linux-3.4.99/arch/powerpc/sysdev/ |
D | dart_iommu.c | 379 ppc_md.tce_free = dart_free; in iommu_init_early_dart()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | machdep.h | 69 void (*tce_free)(struct iommu_table *tbl, member
|
/linux-3.4.99/arch/powerpc/platforms/powernv/ |
D | pci.c | 599 ppc_md.tce_free = pnv_tce_free; in pnv_pci_init()
|
/linux-3.4.99/arch/powerpc/platforms/cell/ |
D | iommu.c | 1203 ppc_md.tce_free = tce_free_cell; in cell_iommu_init()
|
/linux-3.4.99/arch/powerpc/platforms/wsp/ |
D | wsp_pci.c | 740 ppc_md.tce_free = tce_free_wsp; in wsp_setup_pci()
|