Lines Matching refs:__be64
124 __be64 *startp, __be64 *endp) in tce_invalidate_pSeries_sw()
158 __be64 *tcep, *tces; in tce_build_pSeries()
166 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_build_pSeries()
185 __be64 *tcep, *tces; in tce_free_pSeries()
187 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_free_pSeries()
198 __be64 *tcep; in tce_get_pseries()
200 tcep = ((__be64 *)tbl->it_base) + index; in tce_get_pseries()
249 static DEFINE_PER_CPU(__be64 *, tce_page);
258 __be64 *tcep; in tce_buildmulti_pSeriesLP()
278 tcep = (__be64 *)__get_free_page(GFP_ATOMIC); in tce_buildmulti_pSeriesLP()
391 __be64 dma_base; /* address hi,lo */
468 __be64 *tcep; in tce_setrange_multi_pSeriesLP()
477 tcep = (__be64 *)__get_free_page(GFP_ATOMIC); in tce_setrange_multi_pSeriesLP()