Searched refs:table_shift (Results 1 – 2 of 2) sorted by relevance
57 u32 table_shift, in iommu_tbl_pool_init() argument72 iommu->table_shift = table_shift; in iommu_tbl_pool_init()156 shift = iommu->table_map_base >> iommu->table_shift; in iommu_tbl_range_alloc()175 1 << iommu->table_shift); in iommu_tbl_range_alloc()177 boundary_size = ALIGN(1ULL << 32, 1 << iommu->table_shift); in iommu_tbl_range_alloc()179 boundary_size = boundary_size >> iommu->table_shift; in iommu_tbl_range_alloc()260 unsigned long shift = iommu->table_shift; in iommu_tbl_range_free()
20 unsigned long table_shift; member35 u32 table_shift,