Lines Matching refs:ptce
153 __be64 *ptce = NULL; in pnv_tce_xchg() local
158 ptce = pnv_tce(tbl, false, idx, false); in pnv_tce_xchg()
159 if (!ptce) { in pnv_tce_xchg()
165 if (!ptce) { in pnv_tce_xchg()
166 ptce = pnv_tce(tbl, false, idx, true); in pnv_tce_xchg()
167 if (!ptce) in pnv_tce_xchg()
174 oldtce = be64_to_cpu(xchg(ptce, cpu_to_be64(newtce))); in pnv_tce_xchg()
196 __be64 *ptce = pnv_tce(tbl, false, idx, false); in pnv_tce_free() local
198 if (ptce) in pnv_tce_free()
199 *ptce = cpu_to_be64(0); in pnv_tce_free()
208 __be64 *ptce = pnv_tce(tbl, false, index - tbl->it_offset, false); in pnv_tce_get() local
210 if (!ptce) in pnv_tce_get()
213 return be64_to_cpu(*ptce); in pnv_tce_get()