Lines Matching refs:ptce
154 __be64 *ptce = NULL; in pnv_tce_xchg() local
159 ptce = pnv_tce(tbl, false, idx, false); in pnv_tce_xchg()
160 if (!ptce) { in pnv_tce_xchg()
166 if (!ptce) { in pnv_tce_xchg()
167 ptce = pnv_tce(tbl, false, idx, alloc); in pnv_tce_xchg()
168 if (!ptce) in pnv_tce_xchg()
175 oldtce = be64_to_cpu(xchg(ptce, cpu_to_be64(newtce))); in pnv_tce_xchg()
197 __be64 *ptce = pnv_tce(tbl, false, idx, false); in pnv_tce_free() local
199 if (ptce) in pnv_tce_free()
200 *ptce = cpu_to_be64(0); in pnv_tce_free()
209 __be64 *ptce = pnv_tce(tbl, false, index - tbl->it_offset, false); in pnv_tce_get() local
211 if (!ptce) in pnv_tce_get()
214 return be64_to_cpu(*ptce); in pnv_tce_get()