Searched refs:ptce (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/powerpc/platforms/powernv/ |
D | pci-ioda-tce.c | 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() [all …]
|