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

/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dlpar.c136 if (!(vflags & HPTE_V_BOLTED)) pSeries_lpar_hpte_insert()
144 if (!(vflags & HPTE_V_BOLTED)) pSeries_lpar_hpte_insert()
164 if (!(vflags & HPTE_V_BOLTED)) pSeries_lpar_hpte_insert()
175 if (!(vflags & HPTE_V_BOLTED)) pSeries_lpar_hpte_insert()
179 if (!(vflags & HPTE_V_BOLTED)) pSeries_lpar_hpte_insert()
/linux-4.1.27/arch/powerpc/platforms/ps3/
H A Dhtab.c73 HPTE_V_BOLTED, 0, ps3_hpte_insert()
/linux-4.1.27/arch/powerpc/mm/
H A Dhash_native_64.c202 if (!(vflags & HPTE_V_BOLTED)) { native_hpte_insert()
226 if (!(vflags & HPTE_V_BOLTED)) { native_hpte_insert()
261 if ((hpte_v & HPTE_V_VALID) && !(hpte_v & HPTE_V_BOLTED)) { native_hpte_remove()
266 && !(hpte_v & HPTE_V_BOLTED)) native_hpte_remove()
H A Dhash_utils_64.c236 HPTE_V_BOLTED, psize, psize, ssize); htab_bolt_mapping()
1488 HPTE_V_BOLTED, kernel_map_linear_page()
/linux-4.1.27/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c198 HPTE_V_BOLTED | hpte0_pgsize_encoding(psize); kvmppc_map_vrma()
1176 !(be64_to_cpu(hptp[0]) & HPTE_V_BOLTED)) record_hpte()
1207 if ((flags & KVM_GET_HTAB_BOLTED_ONLY) && !(v & HPTE_V_BOLTED)) record_hpte()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmmu-hash64.h74 #define HPTE_V_BOLTED ASM_CONST(0x0000000000000010) macro

Completed in 250 milliseconds