Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci.c576 static __be64 *pnv_tce(struct iommu_table *tbl, long idx) in pnv_tce() function
612 *(pnv_tce(tbl, idx)) = cpu_to_be64(newtce); in pnv_tce_build()
631 oldtce = xchg(pnv_tce(tbl, idx), cpu_to_be64(newtce)); in pnv_tce_xchg()
646 *(pnv_tce(tbl, idx)) = cpu_to_be64(0); in pnv_tce_free()
652 return *(pnv_tce(tbl, index - tbl->it_offset)); in pnv_tce_get()