Home
last modified time | relevance | path

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

/arch/powerpc/platforms/pseries/
Dlpar.c136 if (!(vflags & HPTE_V_BOLTED)) in pSeries_lpar_hpte_insert()
144 if (!(vflags & HPTE_V_BOLTED)) in pSeries_lpar_hpte_insert()
164 if (!(vflags & HPTE_V_BOLTED)) in pSeries_lpar_hpte_insert()
175 if (!(vflags & HPTE_V_BOLTED)) in pSeries_lpar_hpte_insert()
179 if (!(vflags & HPTE_V_BOLTED)) in pSeries_lpar_hpte_insert()
/arch/powerpc/mm/
Dhash_native_64.c202 if (!(vflags & HPTE_V_BOLTED)) { in native_hpte_insert()
226 if (!(vflags & HPTE_V_BOLTED)) { in native_hpte_insert()
261 if ((hpte_v & HPTE_V_VALID) && !(hpte_v & HPTE_V_BOLTED)) { in native_hpte_remove()
266 && !(hpte_v & HPTE_V_BOLTED)) in native_hpte_remove()
Dhash_utils_64.c237 HPTE_V_BOLTED, psize, psize, ssize); in htab_bolt_mapping()
1491 HPTE_V_BOLTED, in kernel_map_linear_page()
/arch/powerpc/platforms/ps3/
Dhtab.c73 HPTE_V_BOLTED, 0, in ps3_hpte_insert()
/arch/powerpc/include/asm/
Dmmu-hash64.h75 #define HPTE_V_BOLTED ASM_CONST(0x0000000000000010) macro
/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c199 HPTE_V_BOLTED | hpte0_pgsize_encoding(psize); in kvmppc_map_vrma()
1183 !(be64_to_cpu(hptp[0]) & HPTE_V_BOLTED)) in record_hpte()
1214 if ((flags & KVM_GET_HTAB_BOLTED_ONLY) && !(v & HPTE_V_BOLTED)) in record_hpte()