Home
last modified time | relevance | path

Searched refs:MAS1_IPROT (Results 1 – 2 of 2) sorted by relevance

/qemu/target/ppc/
H A Dmmu_helper.c135 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()
H A Dcpu.h973 #define MAS1_IPROT (1 << MAS1_IPROT_SHIFT) macro