Searched refs:table_shift (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Diommu-common.h22 unsigned long table_shift; member in struct:iommu_map_table
37 u32 table_shift,
/linux-master/arch/sparc/kernel/
H A Diommu-common.c54 u32 table_shift,
69 iommu->table_shift = table_shift;
152 shift = iommu->table_map_base >> iommu->table_shift;
179 iommu->table_shift);
251 unsigned long shift = iommu->table_shift;
52 iommu_tbl_pool_init(struct iommu_map_table *iommu, unsigned long num_entries, u32 table_shift, void (*lazy_flush)(struct iommu_map_table *), bool large_pool, u32 npools, bool skip_span_boundary_check) argument
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c299 unsigned int table_shift = max_t(unsigned int, entries_shift + 3, local
301 const unsigned long tce_table_size = 1UL << table_shift;
H A Dpci-ioda.c1487 unsigned table_shift = entries_shift + 3; local
1488 unsigned long tce_table_size = max(0x1000UL, 1UL << table_shift);
1497 table_shift = entries_shift + 3;
1498 table_shift = max_t(unsigned, table_shift, PAGE_SHIFT);
1499 direct_table_size = 1UL << table_shift;

Completed in 148 milliseconds