Lines Matching refs:rflags
291 unsigned long rflags = 0; in htab_convert_pte_flags() local
295 rflags |= HPTE_R_N; in htab_convert_pte_flags()
309 rflags |= (HPTE_R_PP0 | 0x2); in htab_convert_pte_flags()
311 rflags |= 0x3; in htab_convert_pte_flags()
315 rflags |= 0x2; in htab_convert_pte_flags()
317 rflags |= 0x1; in htab_convert_pte_flags()
323 rflags |= HPTE_R_R; in htab_convert_pte_flags()
326 rflags |= HPTE_R_C; in htab_convert_pte_flags()
332 rflags |= HPTE_R_I; in htab_convert_pte_flags()
334 rflags |= (HPTE_R_I | HPTE_R_G); in htab_convert_pte_flags()
336 rflags |= (HPTE_R_W | HPTE_R_I | HPTE_R_M); in htab_convert_pte_flags()
341 rflags |= HPTE_R_M; in htab_convert_pte_flags()
343 rflags |= pte_to_hpte_pkey_bits(pteflags, flags); in htab_convert_pte_flags()
344 return rflags; in htab_convert_pte_flags()
2018 unsigned long pa, unsigned long rflags, in hpte_insert_repeating() argument
2028 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, vflags, in hpte_insert_repeating()
2034 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, in hpte_insert_repeating()