Searched refs:tcenum (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Diommu.c102 static int tce_build_pSeriesLP(struct iommu_table *tbl, long tcenum, argument
111 long tcenum_start = tcenum, npages_start = npages;
120 rc = plpar_tce_put((u64)tbl->it_index, (u64)tcenum << 12, tce);
132 printk("\ttcenum = 0x%llx\n", (u64)tcenum);
137 tcenum++;
145 static int tce_buildmulti_pSeriesLP(struct iommu_table *tbl, long tcenum, argument
155 long tcenum_start = tcenum, npages_start = npages;
159 return tce_build_pSeriesLP(tbl, tcenum, npages, uaddr,
172 return tce_build_pSeriesLP(tbl, tcenum, npages, uaddr,
197 (u64)tcenum << 1
222 tce_free_pSeriesLP(struct iommu_table *tbl, long tcenum, long npages) argument
241 tce_freemulti_pSeriesLP(struct iommu_table *tbl, long tcenum, long npages) argument
256 tce_get_pSeriesLP(struct iommu_table *tbl, long tcenum) argument
[all...]

Completed in 100 milliseconds