Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c28 _mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_IPROT | in setup_ifc()
56 _mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_IPROT | in setup_ifc()
H A Drelease.S298 lis r11,(MAS1_VALID|MAS1_IPROT)@h
465 lis r10,(MAS1_VALID|MAS1_IPROT)@h
H A Dstart.S406 oris r3, r3, MAS1_IPROT@h
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h399 #define MAS1_IPROT 0x40000000 macro
448 (((iprot) << 30) & MAS1_IPROT) |\
/openbmc/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