Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A D85xx_entry_mapping.S41 oris r7,r7,MAS1_IPROT@h
108 oris r6,r6,(MAS1_VALID|MAS1_IPROT)@h
161 lis r6,(MAS1_VALID|MAS1_IPROT)@h
182 lis r10, (MAS1_VALID|MAS1_IPROT)@h
H A Dexceptions-64e.S1133 oris r7,r7,MAS1_IPROT@h
1228 lis r6,(MAS1_VALID|MAS1_IPROT)@h
1299 lis r3,(MAS1_VALID | MAS1_IPROT)@h
1342 rlwinm r5,r5,0,(~(MAS1_VALID|MAS1_IPROT))
H A Dmisc_64.S314 lis r9,(MAS1_VALID|MAS1_IPROT)@h
H A Dhead_85xx.S1089 lis r3,(MAS1_VALID|MAS1_IPROT)@h
/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.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.h969 #define MAS1_IPROT (1 << MAS1_IPROT_SHIFT) macro
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h59 #define MAS1_IPROT 0x40000000 macro
/openbmc/linux/arch/powerpc/mm/nohash/
H A De500.c110 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c3942 mas1 & MAS1_IPROT ? 'P' : ' ', in dump_tlb_book3e()