Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c1142 static int hpte_dirty(struct revmap_entry *revp, __be64 *hptp) in hpte_dirty() argument
1151 if ((be64_to_cpu(hptp[0]) & HPTE_V_VALID) && in hpte_dirty()
1152 (be64_to_cpu(hptp[1]) & rcbits_unset)) in hpte_dirty()
1158 static long record_hpte(unsigned long flags, __be64 *hptp, in record_hpte() argument
1168 dirty = hpte_dirty(revp, hptp); in record_hpte()
1173 if (be64_to_cpu(hptp[0]) & (HPTE_V_VALID | HPTE_V_ABSENT)) { in record_hpte()
1176 !(be64_to_cpu(hptp[0]) & HPTE_V_BOLTED)) in record_hpte()
1186 while (!try_lock_hpte(hptp, HPTE_V_HVLOCK)) in record_hpte()
1188 v = be64_to_cpu(hptp[0]); in record_hpte()
1196 if (valid && (rcbits_unset & be64_to_cpu(hptp[1]))) { in record_hpte()
[all …]