Lines Matching refs:rflags
188 unsigned long rflags = 0; in htab_convert_pte_flags() local
192 rflags |= HPTE_R_N; in htab_convert_pte_flags()
206 rflags |= (HPTE_R_PP0 | 0x2); in htab_convert_pte_flags()
208 rflags |= 0x3; in htab_convert_pte_flags()
212 rflags |= 0x2; in htab_convert_pte_flags()
214 rflags |= 0x1; in htab_convert_pte_flags()
220 rflags |= HPTE_R_R; in htab_convert_pte_flags()
223 rflags |= HPTE_R_C; in htab_convert_pte_flags()
229 rflags |= HPTE_R_I; in htab_convert_pte_flags()
231 rflags |= (HPTE_R_I | HPTE_R_G); in htab_convert_pte_flags()
233 rflags |= (HPTE_R_W | HPTE_R_I | HPTE_R_M); in htab_convert_pte_flags()
238 rflags |= HPTE_R_M; in htab_convert_pte_flags()
240 rflags |= pte_to_hpte_pkey_bits(pteflags); in htab_convert_pte_flags()
241 return rflags; in htab_convert_pte_flags()
1830 unsigned long pa, unsigned long rflags, in hpte_insert_repeating() argument
1840 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, vflags, in hpte_insert_repeating()
1846 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, in hpte_insert_repeating()