Searched refs:HPTE_V_BOLTED (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | hash_native.c | 276 if (!(vflags & HPTE_V_BOLTED)) { in native_hpte_insert() 302 if (!(vflags & HPTE_V_BOLTED)) { in native_hpte_insert() 345 if ((hpte_v & HPTE_V_VALID) && !(hpte_v & HPTE_V_BOLTED)) { in native_hpte_remove() 350 && !(hpte_v & HPTE_V_BOLTED)) in native_hpte_remove() 536 VM_WARN_ON(!(be64_to_cpu(hptep->v) & HPTE_V_BOLTED)); in native_hpte_removebolted()
|
A D | hash_utils.c | 404 HPTE_V_BOLTED, psize, psize, in htab_bolt_mapping() 414 HPTE_V_BOLTED, psize, psize, in htab_bolt_mapping() 2133 HPTE_V_BOLTED, in kernel_map_linear_page()
|
/linux-6.3-rc2/arch/powerpc/platforms/ps3/ |
A D | htab.c | 60 HPTE_V_BOLTED, 0, in ps3_hpte_insert()
|
/linux-6.3-rc2/arch/powerpc/mm/ptdump/ |
A D | hashpagetable.c | 78 .mask = HPTE_V_BOLTED, 79 .val = HPTE_V_BOLTED,
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_64_mmu_hv.c | 229 HPTE_V_BOLTED | hpte0_pgsize_encoding(psize); in kvmppc_map_vrma() 1284 if (!(vpte & HPTE_V_BOLTED)) in resize_hpt_rehash_hpte() 1339 if (replace_vpte & HPTE_V_BOLTED) { in resize_hpt_rehash_hpte() 1340 if (vpte & HPTE_V_BOLTED) in resize_hpt_rehash_hpte() 1655 !(be64_to_cpu(hptp[0]) & HPTE_V_BOLTED)) in record_hpte() 1691 if ((flags & KVM_GET_HTAB_BOLTED_ONLY) && !(v & HPTE_V_BOLTED)) in record_hpte()
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | lpar.c | 767 if (!(vflags & HPTE_V_BOLTED)) in pSeries_lpar_hpte_insert() 775 if (!(vflags & HPTE_V_BOLTED)) in pSeries_lpar_hpte_insert() 804 if (!(vflags & HPTE_V_BOLTED)) in pSeries_lpar_hpte_insert() 829 HPTE_V_BOLTED, &dummy1, &dummy2); in pSeries_lpar_hpte_remove()
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | mmu-hash.h | 75 #define HPTE_V_BOLTED ASM_CONST(0x0000000000000010) macro
|
Completed in 21 milliseconds