Lines Matching refs:rflags
555 unsigned long rflags = 0; in htab_convert_pte_flags() local
559 rflags |= HPTE_R_N; in htab_convert_pte_flags()
573 rflags |= (HPTE_R_PP0 | 0x2); in htab_convert_pte_flags()
575 rflags |= 0x3; in htab_convert_pte_flags()
580 rflags |= 0x2; in htab_convert_pte_flags()
588 rflags |= 0x1; in htab_convert_pte_flags()
594 rflags |= HPTE_R_R; in htab_convert_pte_flags()
597 rflags |= HPTE_R_C; in htab_convert_pte_flags()
603 rflags |= HPTE_R_I; in htab_convert_pte_flags()
605 rflags |= (HPTE_R_I | HPTE_R_G); in htab_convert_pte_flags()
607 rflags |= (HPTE_R_W | HPTE_R_I | HPTE_R_M); in htab_convert_pte_flags()
612 rflags |= HPTE_R_M; in htab_convert_pte_flags()
614 rflags |= pte_to_hpte_pkey_bits(pteflags, flags); in htab_convert_pte_flags()
615 return rflags; in htab_convert_pte_flags()
2284 unsigned long pa, unsigned long rflags, in hpte_insert_repeating() argument
2294 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, vflags, in hpte_insert_repeating()
2300 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, in hpte_insert_repeating()