Searched refs:HPTE_V_BOLTED (Results 1 – 4 of 4) sorted by relevance
60 HPTE_V_BOLTED, 0, in ps3_hpte_insert()
78 .mask = HPTE_V_BOLTED,79 .val = HPTE_V_BOLTED,
230 HPTE_V_BOLTED | hpte0_pgsize_encoding(psize); in kvmppc_map_vrma()1270 if (!(vpte & HPTE_V_BOLTED)) in resize_hpt_rehash_hpte()1325 if (replace_vpte & HPTE_V_BOLTED) { in resize_hpt_rehash_hpte()1326 if (vpte & HPTE_V_BOLTED) in resize_hpt_rehash_hpte()1641 !(be64_to_cpu(hptp[0]) & HPTE_V_BOLTED)) in record_hpte()1677 if ((flags & KVM_GET_HTAB_BOLTED_ONLY) && !(v & HPTE_V_BOLTED)) in record_hpte()
75 #define HPTE_V_BOLTED ASM_CONST(0x0000000000000010) macro