Searched refs:tce_table_size (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda-tce.c | 301 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 D | opal.h | 135 uint64_t tce_table_size, uint64_t tce_page_size);
|