Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_native.c276 if (!(vflags & HPTE_V_BOLTED)) { in native_hpte_insert()
302 if (!(vflags & HPTE_V_BOLTED)) { in native_hpte_insert()
347 if ((hpte_v & HPTE_V_VALID) && !(hpte_v & HPTE_V_BOLTED)) { in native_hpte_remove()
352 && !(hpte_v & HPTE_V_BOLTED)) in native_hpte_remove()
541 VM_WARN_ON(!(be64_to_cpu(hptep->v) & HPTE_V_BOLTED)); in native_hpte_removebolted()
H A Dhash_utils.c404 HPTE_V_BOLTED, psize, psize, in htab_bolt_mapping()
414 HPTE_V_BOLTED, psize, psize, in htab_bolt_mapping()
2134 HPTE_V_BOLTED, in kernel_map_linear_page()
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dhtab.c60 HPTE_V_BOLTED, 0, in ps3_hpte_insert()
/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c78 .mask = HPTE_V_BOLTED,
79 .val = HPTE_V_BOLTED,
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c230 HPTE_V_BOLTED | hpte0_pgsize_encoding(psize); in kvmppc_map_vrma()
1299 if (!(vpte & HPTE_V_BOLTED)) in resize_hpt_rehash_hpte()
1354 if (replace_vpte & HPTE_V_BOLTED) { in resize_hpt_rehash_hpte()
1355 if (vpte & HPTE_V_BOLTED) in resize_hpt_rehash_hpte()
1670 !(be64_to_cpu(hptp[0]) & HPTE_V_BOLTED)) in record_hpte()
1706 if ((flags & KVM_GET_HTAB_BOLTED_ONLY) && !(v & HPTE_V_BOLTED)) in record_hpte()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c766 if (!(vflags & HPTE_V_BOLTED)) in pSeries_lpar_hpte_insert()
774 if (!(vflags & HPTE_V_BOLTED)) in pSeries_lpar_hpte_insert()
803 if (!(vflags & HPTE_V_BOLTED)) in pSeries_lpar_hpte_insert()
828 HPTE_V_BOLTED, &dummy1, &dummy2); in pSeries_lpar_hpte_remove()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h75 #define HPTE_V_BOLTED ASM_CONST(0x0000000000000010) macro