Searched refs:tcep (Results 1 – 1 of 1) sorted by relevance
158 __be64 *tcep, *tces; in tce_build_pSeries() local166 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_build_pSeries()171 *tcep = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_build_pSeries()174 tcep++; in tce_build_pSeries()178 tce_invalidate_pSeries_sw(tbl, tces, tcep - 1); in tce_build_pSeries()185 __be64 *tcep, *tces; in tce_free_pSeries() local187 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_free_pSeries()190 *(tcep++) = 0; in tce_free_pSeries()193 tce_invalidate_pSeries_sw(tbl, tces, tcep - 1); in tce_free_pSeries()198 __be64 *tcep; in tce_get_pseries() local[all …]