Lines Matching refs:mas1
135 if (!check_iprot || !(tlb[j].mas1 & MAS1_IPROT)) { in booke206_flush_tlb()
136 tlb[j].mas1 &= ~MAS1_VALID; in booke206_flush_tlb()
1080 if (tlb->mas1 & MAS1_VALID) { in helper_booke206_tlbwe()
1098 tlb->mas1 = env->spr[SPR_BOOKE_MAS1]; in helper_booke206_tlbwe()
1106 tlb->mas1 &= ~MAS1_TSIZE_MASK; in helper_booke206_tlbwe()
1108 tlb->mas1 |= (tlbncfg & TLBnCFG_MINSIZE) >> 12; in helper_booke206_tlbwe()
1129 tlb->mas1 &= ~MAS1_IPROT; in helper_booke206_tlbwe()
1144 env->spr[SPR_BOOKE_MAS1] = tlb->mas1; in booke206_tlb_to_mas()
1186 if (sas != ((tlb->mas1 & MAS1_TS) >> MAS1_TS_SHIFT)) { in helper_booke206_tlbsx()
1230 !(tlb->mas1 & MAS1_IPROT)) { in booke206_invalidate_ea_tlb()
1231 tlb->mas1 &= ~MAS1_VALID; in booke206_invalidate_ea_tlb()
1284 if (!(tlb[j].mas1 & MAS1_IPROT) && in helper_booke206_tlbilx1()
1285 ((tlb[j].mas1 & MAS1_TID_MASK) == tid)) { in helper_booke206_tlbilx1()
1286 tlb[j].mas1 &= ~MAS1_VALID; in helper_booke206_tlbilx1()
1318 (tlb->mas1 & MAS1_IPROT) || in helper_booke206_tlbilx3()
1319 ((tlb->mas1 & MAS1_IND) != ind) || in helper_booke206_tlbilx3()
1323 if (mav2 && ((tlb->mas1 & MAS1_TSIZE_MASK) != size)) { in helper_booke206_tlbilx3()
1328 tlb->mas1 &= ~MAS1_VALID; in helper_booke206_tlbilx3()