Searched refs:tces (Results 1 – 2 of 2) sorted by relevance
638 u64 __user *tces; in kvmppc_h_put_tce_indirect() local666 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()
1184 __be64 *tces; in pnv_pci_ioda_dma_64bit_bypass() local1203 tces = page_address(table_pages); in pnv_pci_ioda_dma_64bit_bypass()1204 if (!tces) in pnv_pci_ioda_dma_64bit_bypass()1207 memset(tces, 0, table_size); in pnv_pci_ioda_dma_64bit_bypass()1210 tces[(addr + (1ULL << 32)) >> tce_order] = in pnv_pci_ioda_dma_64bit_bypass()1219 __pa(tces), in pnv_pci_ioda_dma_64bit_bypass()