Searched refs:MAS1_IPROT (Results 1 – 2 of 2) sorted by relevance
135 if (!check_iprot || !(tlb[j].mas1 & MAS1_IPROT)) { in booke206_flush_tlb()1129 tlb->mas1 &= ~MAS1_IPROT; in helper_booke206_tlbwe()1230 !(tlb->mas1 & MAS1_IPROT)) { in booke206_invalidate_ea_tlb()1284 if (!(tlb[j].mas1 & MAS1_IPROT) && in helper_booke206_tlbilx1()1318 (tlb->mas1 & MAS1_IPROT) || in helper_booke206_tlbilx3()
973 #define MAS1_IPROT (1 << MAS1_IPROT_SHIFT) macro