Lines Matching refs:fsize
311 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_stab() argument
316 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab()
1008 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_fixed_ptab() argument
1012 ptab = cell_iommu_alloc_ptab(iommu, fbase, fsize, dbase, dsize, 24); in cell_iommu_setup_fixed_ptab()
1016 pr_debug("iommu: mapping 0x%lx pages from 0x%lx\n", fsize, fbase); in cell_iommu_setup_fixed_ptab()
1028 for (uaddr = 0; uaddr < fsize; uaddr += (1 << 24)) { in cell_iommu_setup_fixed_ptab()
1044 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local
1078 fsize = memblock_phys_mem_size(); in cell_iommu_fixed_mapping_init()
1080 if ((fbase + fsize) <= 0x800000000ul) in cell_iommu_fixed_mapping_init()
1131 dbase + dsize, fbase, fbase + fsize); in cell_iommu_fixed_mapping_init()
1133 cell_iommu_setup_stab(iommu, dbase, dsize, fbase, fsize); in cell_iommu_fixed_mapping_init()
1137 fbase, fsize); in cell_iommu_fixed_mapping_init()