Home
last modified time | relevance | path

Searched refs:tcep (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/powerpc/platforms/pseries/
Diommu.c129 __be64 *tcep, *tces; in tce_build_pSeries() local
137 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_build_pSeries()
142 *tcep = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_build_pSeries()
145 tcep++; in tce_build_pSeries()
153 __be64 *tcep, *tces; in tce_free_pSeries() local
155 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_free_pSeries()
158 *(tcep++) = 0; in tce_free_pSeries()
163 __be64 *tcep; in tce_get_pseries() local
165 tcep = ((__be64 *)tbl->it_base) + index; in tce_get_pseries()
167 return be64_to_cpu(*tcep); in tce_get_pseries()
[all …]