Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c301 const unsigned long tce_table_size = 1UL << table_shift; in pnv_pci_ioda2_table_alloc_pages() local
319 1, tce_table_size, &offset, &total_allocated); in pnv_pci_ioda2_table_alloc_pages()
330 if (levels == 1 && offset < tce_table_size) in pnv_pci_ioda2_table_alloc_pages()
337 1, tce_table_size, &offset, in pnv_pci_ioda2_table_alloc_pages()
341 if (levels == 1 && (offset < tce_table_size || in pnv_pci_ioda2_table_alloc_pages()
347 pnv_pci_setup_iommu_table(tbl, addr, tce_table_size, bus_offset, in pnv_pci_ioda2_table_alloc_pages()
355 window_size, tce_table_size, bus_offset, tbl->it_base, in pnv_pci_ioda2_table_alloc_pages()
/linux/arch/powerpc/include/asm/
H A Dopal.h135 uint64_t tce_table_size, uint64_t tce_page_size);