Lines Matching refs:mas1
134 if (!check_iprot || !(tlb[j].mas1 & MAS1_IPROT)) { in booke206_flush_tlb()
135 tlb[j].mas1 &= ~MAS1_VALID; in booke206_flush_tlb()
1079 if (tlb->mas1 & MAS1_VALID) { in helper_booke206_tlbwe()
1097 tlb->mas1 = env->spr[SPR_BOOKE_MAS1]; in helper_booke206_tlbwe()
1105 tlb->mas1 &= ~MAS1_TSIZE_MASK; in helper_booke206_tlbwe()
1107 tlb->mas1 |= (tlbncfg & TLBnCFG_MINSIZE) >> 12; in helper_booke206_tlbwe()
1128 tlb->mas1 &= ~MAS1_IPROT; in helper_booke206_tlbwe()
1143 env->spr[SPR_BOOKE_MAS1] = tlb->mas1; in booke206_tlb_to_mas()
1185 if (sas != ((tlb->mas1 & MAS1_TS) >> MAS1_TS_SHIFT)) { in helper_booke206_tlbsx()
1229 !(tlb->mas1 & MAS1_IPROT)) { in booke206_invalidate_ea_tlb()
1230 tlb->mas1 &= ~MAS1_VALID; in booke206_invalidate_ea_tlb()
1283 if (!(tlb[j].mas1 & MAS1_IPROT) && in helper_booke206_tlbilx1()
1284 ((tlb[j].mas1 & MAS1_TID_MASK) == tid)) { in helper_booke206_tlbilx1()
1285 tlb[j].mas1 &= ~MAS1_VALID; in helper_booke206_tlbilx1()
1317 (tlb->mas1 & MAS1_IPROT) || in helper_booke206_tlbilx3()
1318 ((tlb->mas1 & MAS1_IND) != ind) || in helper_booke206_tlbilx3()
1322 if (mav2 && ((tlb->mas1 & MAS1_TSIZE_MASK) != size)) { in helper_booke206_tlbilx3()
1327 tlb->mas1 &= ~MAS1_VALID; in helper_booke206_tlbilx3()