Searched refs:tces (Results 1 – 2 of 2) sorted by relevance
646 u64 __user *tces; in kvmppc_h_put_tce_indirect() local674 tces = (u64 __user *) ua; in kvmppc_h_put_tce_indirect()677 if (get_user(tce, tces + i)) { in kvmppc_h_put_tce_indirect()699 if (get_user(tce, tces + i)) { in kvmppc_h_put_tce_indirect()
1071 __be64 *tces; in pnv_pci_ioda_dma_64bit_bypass() local1090 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()