Searched refs:tces (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_64_vio_hv.c | 204 * for empty tces. in kvmppc_rm_ioba_validate() 498 unsigned long tces, entry, ua = 0; in kvmppc_rm_h_put_tce_indirect() local 546 IOMMU_PAGE_SHIFT_4K, &tces) == 0; in kvmppc_rm_h_put_tce_indirect() 560 if (kvmppc_rm_ua_to_hpa(vcpu, mmu_seq, ua, &tces)) { in kvmppc_rm_h_put_tce_indirect() 567 unsigned long tce = be64_to_cpu(((u64 *)tces)[i]); in kvmppc_rm_h_put_tce_indirect() 575 unsigned long tce = be64_to_cpu(((u64 *)tces)[i]); in kvmppc_rm_h_put_tce_indirect()
|
H A D | book3s_64_vio.c | 627 u64 __user *tces; in kvmppc_h_put_tce_indirect() local 655 tces = (u64 __user *) ua; in kvmppc_h_put_tce_indirect() 658 if (get_user(tce, tces + i)) { in kvmppc_h_put_tce_indirect() 680 if (get_user(tce, tces + i)) { in kvmppc_h_put_tce_indirect()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_64_vio.c | 638 u64 __user *tces; in kvmppc_h_put_tce_indirect() local 666 tces = (u64 __user *) ua; in kvmppc_h_put_tce_indirect() 669 if (get_user(tce, tces + i)) { in kvmppc_h_put_tce_indirect() 691 if (get_user(tce, tces + i)) { in kvmppc_h_put_tce_indirect()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda.c | 1293 __be64 *tces; in pnv_pci_ioda_dma_64bit_bypass() local 1312 tces = page_address(table_pages); in pnv_pci_ioda_dma_64bit_bypass() 1313 if (!tces) in pnv_pci_ioda_dma_64bit_bypass() 1316 memset(tces, 0, table_size); in pnv_pci_ioda_dma_64bit_bypass() 1319 tces[(addr + (1ULL << 32)) >> tce_order] = in pnv_pci_ioda_dma_64bit_bypass() 1328 __pa(tces), in pnv_pci_ioda_dma_64bit_bypass()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda.c | 1071 __be64 *tces; in pnv_pci_ioda_dma_64bit_bypass() local 1090 tces = page_address(table_pages); in pnv_pci_ioda_dma_64bit_bypass() 1091 if (!tces) in pnv_pci_ioda_dma_64bit_bypass() 1094 memset(tces, 0, table_size); in pnv_pci_ioda_dma_64bit_bypass() 1097 tces[(addr + (1ULL << 32)) >> tce_order] = in pnv_pci_ioda_dma_64bit_bypass() 1106 __pa(tces), in pnv_pci_ioda_dma_64bit_bypass()
|
Completed in 11 milliseconds