Searched refs:hptp (Results 1 – 1 of 1) sorted by relevance
1642 static int hpte_dirty(struct revmap_entry *revp, __be64 *hptp) in hpte_dirty() argument1651 if ((be64_to_cpu(hptp[0]) & HPTE_V_VALID) && in hpte_dirty()1652 (be64_to_cpu(hptp[1]) & rcbits_unset)) in hpte_dirty()1658 static long record_hpte(unsigned long flags, __be64 *hptp, in record_hpte() argument1668 dirty = hpte_dirty(revp, hptp); in record_hpte()1673 if (be64_to_cpu(hptp[0]) & (HPTE_V_VALID | HPTE_V_ABSENT)) { in record_hpte()1676 !(be64_to_cpu(hptp[0]) & HPTE_V_BOLTED)) in record_hpte()1686 while (!try_lock_hpte(hptp, HPTE_V_HVLOCK)) in record_hpte()1688 v = be64_to_cpu(hptp[0]); in record_hpte()1689 hr = be64_to_cpu(hptp[1]); in record_hpte()[all …]