Lines Matching refs:be64_to_cpu
209 if (! (be64_to_cpu(hptep->v) & HPTE_V_VALID)) { in native_hpte_insert()
212 if (! (be64_to_cpu(hptep->v) & HPTE_V_VALID)) in native_hpte_insert()
259 hpte_v = be64_to_cpu(hptep->v); in native_hpte_remove()
264 hpte_v = be64_to_cpu(hptep->v); in native_hpte_remove()
297 hpte_v = be64_to_cpu(hptep->v); in native_hpte_updatepp()
311 hpte_v = be64_to_cpu(hptep->v); in native_hpte_updatepp()
318 hptep->r = cpu_to_be64((be64_to_cpu(hptep->r) & in native_hpte_updatepp()
352 hpte_v = be64_to_cpu(hptep->v); in native_hpte_find()
387 hptep->r = cpu_to_be64((be64_to_cpu(hptep->r) & in native_hpte_updateboltedpp()
411 hpte_v = be64_to_cpu(hptep->v); in native_hpte_invalidate()
468 hpte_v = be64_to_cpu(hptep->v); in native_hugepage_invalidate()
520 unsigned long hpte_v = be64_to_cpu(hpte->v); in hpte_decode()
521 unsigned long hpte_r = be64_to_cpu(hpte->r); in hpte_decode()
614 hpte_v = be64_to_cpu(hptep->v); in native_hpte_clear()
666 hpte_v = be64_to_cpu(hptep->v); in native_flush_hash_range()