table_shift 272 arch/powerpc/platforms/powernv/pci-ioda-tce.c unsigned int table_shift = max_t(unsigned int, entries_shift + 3, table_shift 274 arch/powerpc/platforms/powernv/pci-ioda-tce.c const unsigned long tce_table_size = 1UL << table_shift; table_shift 2506 arch/powerpc/platforms/powernv/pci-ioda.c unsigned table_shift = entries_shift + 3; table_shift 2507 arch/powerpc/platforms/powernv/pci-ioda.c unsigned long tce_table_size = max(0x1000UL, 1UL << table_shift); table_shift 2516 arch/powerpc/platforms/powernv/pci-ioda.c table_shift = entries_shift + 3; table_shift 2517 arch/powerpc/platforms/powernv/pci-ioda.c table_shift = max_t(unsigned, table_shift, PAGE_SHIFT); table_shift 2518 arch/powerpc/platforms/powernv/pci-ioda.c direct_table_size = 1UL << table_shift; table_shift 22 arch/sparc/include/asm/iommu-common.h unsigned long table_shift; table_shift 37 arch/sparc/include/asm/iommu-common.h u32 table_shift, table_shift 54 arch/sparc/kernel/iommu-common.c u32 table_shift, table_shift 69 arch/sparc/kernel/iommu-common.c iommu->table_shift = table_shift; table_shift 152 arch/sparc/kernel/iommu-common.c shift = iommu->table_map_base >> iommu->table_shift; table_shift 171 arch/sparc/kernel/iommu-common.c 1 << iommu->table_shift); table_shift 173 arch/sparc/kernel/iommu-common.c boundary_size = ALIGN(1ULL << 32, 1 << iommu->table_shift); table_shift 175 arch/sparc/kernel/iommu-common.c boundary_size = boundary_size >> iommu->table_shift; table_shift 255 arch/sparc/kernel/iommu-common.c unsigned long shift = iommu->table_shift;