Home
last modified time | relevance | path

Searched refs:table_shift (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/lib/
Diommu-common.c57 u32 table_shift, in iommu_tbl_pool_init() argument
72 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()
/linux-4.1.27/include/linux/
Diommu-common.h20 unsigned long table_shift; member
35 u32 table_shift,