Lines Matching refs:__be64
55 __be64 *startp, __be64 *endp) in tce_invalidate_pSeries_sw()
89 __be64 *tcep, *tces; in tce_build_pSeries()
97 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_build_pSeries()
116 __be64 *tcep, *tces; in tce_free_pSeries()
118 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_free_pSeries()
129 __be64 *tcep; in tce_get_pseries()
131 tcep = ((__be64 *)tbl->it_base) + index; in tce_get_pseries()
180 static DEFINE_PER_CPU(__be64 *, tce_page);
189 __be64 *tcep; in tce_buildmulti_pSeriesLP()
209 tcep = (__be64 *)__get_free_page(GFP_ATOMIC); in tce_buildmulti_pSeriesLP()
319 __be64 dma_base; /* address hi,lo */
396 __be64 *tcep; in tce_setrange_multi_pSeriesLP()
405 tcep = (__be64 *)__get_free_page(GFP_ATOMIC); in tce_setrange_multi_pSeriesLP()