Searched refs:tce_size (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/powerpc/platforms/pseries/ |
| D | iommu.c | 359 u64 tce_size, num_tce, dma_offset, next; in tce_clearrange_multi_pSeriesLP() local 364 tce_size = 1ULL << tce_shift; in tce_clearrange_multi_pSeriesLP() 369 num_tce += next & (tce_size - 1); in tce_clearrange_multi_pSeriesLP() 370 next &= ~(tce_size - 1); in tce_clearrange_multi_pSeriesLP() 373 num_tce |= tce_size - 1; in tce_clearrange_multi_pSeriesLP() 387 next += limit * tce_size; in tce_clearrange_multi_pSeriesLP() 398 u64 tce_size, num_tce, dma_offset, next, proto_tce, liobn; in tce_setrange_multi_pSeriesLP() local 420 tce_size = 1ULL << tce_shift; in tce_setrange_multi_pSeriesLP() 425 num_tce += next & (tce_size - 1); in tce_setrange_multi_pSeriesLP() 426 next &= ~(tce_size - 1); in tce_setrange_multi_pSeriesLP() [all …]
|
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | pci-ioda-tce.c | 21 void *tce_mem, u64 tce_size, in pnv_pci_setup_iommu_table() argument 29 tbl->it_size = tce_size >> 3; in pnv_pci_setup_iommu_table()
|
| D | pci.h | 247 void *tce_mem, u64 tce_size,
|
| /Linux-v5.4/drivers/scsi/ibmvscsi_tgt/ |
| D | ibmvscsi_tgt.h | 49 u64 tce_size; /* Size of the TCE table in bytes */ member
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | opal.h | 241 uint32_t pe_num, uint32_t tce_size,
|