Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Diommu.c105 iommu->tbl.table_map_base = dma_offset; in iommu_table_init()
230 *dma_addrp = (iommu->tbl.table_map_base + in dma_4u_alloc_coherent()
296 bus_addr = (iommu->tbl.table_map_base + in dma_4u_map_page()
407 ((bus_addr - iommu->tbl.table_map_base) >> IO_PAGE_SHIFT); in dma_4u_unmap_page()
476 base_shift = iommu->tbl.table_map_base >> IO_PAGE_SHIFT; in dma_4u_map_sg()
504 dma_addr = iommu->tbl.table_map_base + in dma_4u_map_sg()
564 entry = (vaddr - iommu->tbl.table_map_base) in dma_4u_map_sg()
598 ((bus_addr - tbl->table_map_base) >> IO_PAGE_SHIFT); in fetch_sg_ctx()
635 entry = ((dma_handle - iommu->tbl.table_map_base) in dma_4u_unmap_sg()
685 ((bus_addr - tbl->table_map_base)>>IO_PAGE_SHIFT); in dma_4u_sync_single_for_cpu()
[all …]
H A Diommu-common.c152 shift = iommu->table_map_base >> iommu->table_shift; in iommu_tbl_range_alloc()
254 entry = (dma_addr - iommu->table_map_base) >> shift; in iommu_tbl_range_free()
/linux/arch/sparc/include/asm/
H A Diommu-common.h21 unsigned long table_map_base; member