Searched refs:tcep (Results 1 – 1 of 1) sorted by relevance
95 __be64 *tcep; in tce_build_pSeries() local103 tcep = ((__be64 *)tbl->it_base) + index; in tce_build_pSeries()108 *tcep = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_build_pSeries()111 tcep++; in tce_build_pSeries()119 __be64 *tcep; in tce_free_pSeries() local121 tcep = ((__be64 *)tbl->it_base) + index; in tce_free_pSeries()124 *(tcep++) = 0; in tce_free_pSeries()129 __be64 *tcep; in tce_get_pseries() local131 tcep = ((__be64 *)tbl->it_base) + index; in tce_get_pseries()133 return be64_to_cpu(*tcep); in tce_get_pseries()[all …]