Searched refs:tce_size (Results 1 – 5 of 5) sorted by relevance
385 u64 tce_size, num_tce, dma_offset, next; in tce_clearrange_multi_pSeriesLP() local390 tce_size = 1ULL << tce_shift; in tce_clearrange_multi_pSeriesLP()395 num_tce += next & (tce_size - 1); in tce_clearrange_multi_pSeriesLP()396 next &= ~(tce_size - 1); in tce_clearrange_multi_pSeriesLP()399 num_tce |= tce_size - 1; in tce_clearrange_multi_pSeriesLP()413 next += limit * tce_size; in tce_clearrange_multi_pSeriesLP()459 tce_size = 1ULL << tce_shift; in tce_setrange_multi_pSeriesLP()464 num_tce += next & (tce_size - 1); in tce_setrange_multi_pSeriesLP()465 next &= ~(tce_size - 1); in tce_setrange_multi_pSeriesLP()468 num_tce |= tce_size - 1; in tce_setrange_multi_pSeriesLP()[all …]
49 void *tce_mem, u64 tce_size, in pnv_pci_setup_iommu_table() argument57 tbl->it_size = tce_size >> 3; in pnv_pci_setup_iommu_table()
330 void *tce_mem, u64 tce_size,
49 u64 tce_size; /* Size of the TCE table in bytes */ member
238 uint32_t pe_num, uint32_t tce_size,
Completed in 11 milliseconds