Lines Matching refs:rflags
191 unsigned long rflags = 0; in htab_convert_pte_flags() local
195 rflags |= HPTE_R_N; in htab_convert_pte_flags()
209 rflags |= (HPTE_R_PP0 | 0x2); in htab_convert_pte_flags()
211 rflags |= 0x3; in htab_convert_pte_flags()
215 rflags |= 0x2; in htab_convert_pte_flags()
217 rflags |= 0x1; in htab_convert_pte_flags()
223 rflags |= HPTE_R_R; in htab_convert_pte_flags()
226 rflags |= HPTE_R_C; in htab_convert_pte_flags()
232 rflags |= HPTE_R_I; in htab_convert_pte_flags()
234 rflags |= (HPTE_R_I | HPTE_R_G); in htab_convert_pte_flags()
236 rflags |= (HPTE_R_W | HPTE_R_I | HPTE_R_M); in htab_convert_pte_flags()
241 rflags |= HPTE_R_M; in htab_convert_pte_flags()
243 rflags |= pte_to_hpte_pkey_bits(pteflags); in htab_convert_pte_flags()
244 return rflags; in htab_convert_pte_flags()
1877 unsigned long pa, unsigned long rflags, in hpte_insert_repeating() argument
1887 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, vflags, in hpte_insert_repeating()
1893 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, in hpte_insert_repeating()