Searched refs:tcep (Results 1 – 1 of 1) sorted by relevance
122 __be64 *tcep; in tce_build_pSeries() local132 tcep = ((__be64 *)tbl->it_base) + index; in tce_build_pSeries()137 *tcep = cpu_to_be64(proto_tce | rpn << tceshift); in tce_build_pSeries()140 tcep++; in tce_build_pSeries()148 __be64 *tcep; in tce_free_pSeries() local150 tcep = ((__be64 *)tbl->it_base) + index; in tce_free_pSeries()153 *(tcep++) = 0; in tce_free_pSeries()158 __be64 *tcep; in tce_get_pseries() local160 tcep = ((__be64 *)tbl->it_base) + index; in tce_get_pseries()162 return be64_to_cpu(*tcep); in tce_get_pseries()[all …]