Home
last modified time | relevance | path

Searched refs:tces (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_64_vio_hv.c394 unsigned long tces, entry, ua = 0; in kvmppc_rm_h_put_tce_indirect() local
436 IOMMU_PAGE_SHIFT_4K, &tces) == 0; in kvmppc_rm_h_put_tce_indirect()
462 if (kvmppc_rm_ua_to_hpa(vcpu, ua, &tces)) { in kvmppc_rm_h_put_tce_indirect()
469 unsigned long tce = be64_to_cpu(((u64 *)tces)[i]); in kvmppc_rm_h_put_tce_indirect()
Dbook3s_64_vio.c525 u64 __user *tces; in kvmppc_h_put_tce_indirect() local
553 tces = (u64 __user *) ua; in kvmppc_h_put_tce_indirect()
556 if (get_user(tce, tces + i)) { in kvmppc_h_put_tce_indirect()
/arch/powerpc/platforms/pseries/
Diommu.c130 __be64 *tcep, *tces; in tce_build_pSeries() local
138 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_build_pSeries()
154 __be64 *tcep, *tces; in tce_free_pSeries() local
156 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_free_pSeries()
/arch/powerpc/platforms/powernv/
Dpci-ioda.c1778 __be64 *tces; in pnv_pci_ioda_dma_64bit_bypass() local
1797 tces = page_address(table_pages); in pnv_pci_ioda_dma_64bit_bypass()
1798 if (!tces) in pnv_pci_ioda_dma_64bit_bypass()
1801 memset(tces, 0, table_size); in pnv_pci_ioda_dma_64bit_bypass()
1804 tces[(addr + (1ULL << 32)) >> tce_order] = in pnv_pci_ioda_dma_64bit_bypass()
1813 __pa(tces), in pnv_pci_ioda_dma_64bit_bypass()