Searched refs:table_shift (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | iommu-common.c | 54 u32 table_shift, in iommu_tbl_pool_init() 69 iommu->table_shift = table_shift; in iommu_tbl_pool_init() 152 shift = iommu->table_map_base >> iommu->table_shift; in iommu_tbl_range_alloc() 179 iommu->table_shift); in iommu_tbl_range_alloc() 251 unsigned long shift = iommu->table_shift; in iommu_tbl_range_free() 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) iommu_tbl_pool_init() argument
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | iommu-common.c | 54 u32 table_shift, in iommu_tbl_pool_init() 69 iommu->table_shift = table_shift; in iommu_tbl_pool_init() 152 shift = iommu->table_map_base >> iommu->table_shift; in iommu_tbl_range_alloc() 179 iommu->table_shift); in iommu_tbl_range_alloc() 251 unsigned long shift = iommu->table_shift; in iommu_tbl_range_free() 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) iommu_tbl_pool_init() argument
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | iommu-common.h | 22 unsigned long table_shift; member 37 u32 table_shift,
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | iommu-common.h | 22 unsigned long table_shift; member 37 u32 table_shift,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda-tce.c | 300 unsigned int table_shift = max_t(unsigned int, entries_shift + 3, in pnv_pci_ioda2_table_alloc_pages() local 302 const unsigned long tce_table_size = 1UL << table_shift; in pnv_pci_ioda2_table_alloc_pages()
|
H A D | pci-ioda.c | 1988 unsigned table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size() local 1989 unsigned long tce_table_size = max(0x1000UL, 1UL << table_shift); in pnv_pci_ioda2_get_table_size() 1998 table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size() 1999 table_shift = max_t(unsigned, table_shift, PAGE_SHIFT); in pnv_pci_ioda2_get_table_size() 2000 direct_table_size = 1UL << table_shift; in pnv_pci_ioda2_get_table_size()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda-tce.c | 299 unsigned int table_shift = max_t(unsigned int, entries_shift + 3, in pnv_pci_ioda2_table_alloc_pages() local 301 const unsigned long tce_table_size = 1UL << table_shift; in pnv_pci_ioda2_table_alloc_pages()
|
H A D | pci-ioda.c | 1487 unsigned table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size() local 1488 unsigned long tce_table_size = max(0x1000UL, 1UL << table_shift); in pnv_pci_ioda2_get_table_size() 1497 table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size() 1498 table_shift = max_t(unsigned, table_shift, PAGE_SHIFT); in pnv_pci_ioda2_get_table_size() 1499 direct_table_size = 1UL << table_shift; in pnv_pci_ioda2_get_table_size()
|
Completed in 11 milliseconds