Searched refs:tces (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_64_vio_hv.c | 483 unsigned long tces, entry, ua = 0; in kvmppc_rm_h_put_tce_indirect() local 525 IOMMU_PAGE_SHIFT_4K, &tces) == 0; in kvmppc_rm_h_put_tce_indirect() 551 if (kvmppc_rm_ua_to_hpa(vcpu, ua, &tces)) { in kvmppc_rm_h_put_tce_indirect() 558 unsigned long tce = be64_to_cpu(((u64 *)tces)[i]); in kvmppc_rm_h_put_tce_indirect() 566 unsigned long tce = be64_to_cpu(((u64 *)tces)[i]); in kvmppc_rm_h_put_tce_indirect()
|
| D | book3s_64_vio.c | 607 u64 __user *tces; in kvmppc_h_put_tce_indirect() local 635 tces = (u64 __user *) ua; in kvmppc_h_put_tce_indirect() 638 if (get_user(tce, tces + i)) { in kvmppc_h_put_tce_indirect() 660 if (get_user(tce, tces + i)) { in kvmppc_h_put_tce_indirect()
|
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | pci-ioda.c | 1782 __be64 *tces; in pnv_pci_ioda_dma_64bit_bypass() local 1801 tces = page_address(table_pages); in pnv_pci_ioda_dma_64bit_bypass() 1802 if (!tces) in pnv_pci_ioda_dma_64bit_bypass() 1805 memset(tces, 0, table_size); in pnv_pci_ioda_dma_64bit_bypass() 1808 tces[(addr + (1ULL << 32)) >> tce_order] = in pnv_pci_ioda_dma_64bit_bypass() 1817 __pa(tces), in pnv_pci_ioda_dma_64bit_bypass()
|