Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/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.c236 HPTE_V_BOLTED, psize, psize, ssize); in htab_bolt_mapping()
1488 HPTE_V_BOLTED, in kernel_map_linear_page()
/linux-4.1.27/arch/powerpc/platforms/ps3/
Dhtab.c73 HPTE_V_BOLTED, 0, in ps3_hpte_insert()
/linux-4.1.27/arch/powerpc/include/asm/
Dmmu-hash64.h74 #define HPTE_V_BOLTED ASM_CONST(0x0000000000000010) macro
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c198 HPTE_V_BOLTED | hpte0_pgsize_encoding(psize); in kvmppc_map_vrma()
1176 !(be64_to_cpu(hptp[0]) & HPTE_V_BOLTED)) in record_hpte()
1207 if ((flags & KVM_GET_HTAB_BOLTED_ONLY) && !(v & HPTE_V_BOLTED)) in record_hpte()