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.c134 if (!check_iprot || !(tlb[j].mas1 & MAS1_IPROT)) { in booke206_flush_tlb()
1128 tlb->mas1 &= ~MAS1_IPROT; in helper_booke206_tlbwe()
1229 !(tlb->mas1 & MAS1_IPROT)) { in booke206_invalidate_ea_tlb()
1283 if (!(tlb[j].mas1 & MAS1_IPROT) && in helper_booke206_tlbilx1()
1317 (tlb->mas1 & MAS1_IPROT) || in helper_booke206_tlbilx3()
H A Dcpu.h968 #define MAS1_IPROT (1 << MAS1_IPROT_SHIFT) macro