Searched refs:ptce (Results 1 – 1 of 1) sorted by relevance
153 __be64 *ptce = NULL; in pnv_tce_xchg() local158 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()196 __be64 *ptce = pnv_tce(tbl, false, idx, false); in pnv_tce_free() local198 if (ptce) in pnv_tce_free()199 *ptce = cpu_to_be64(0); in pnv_tce_free()210 if (!ptce) in pnv_tce_get()[all …]
Completed in 5 milliseconds