Searched refs:MAS1_IPROT (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | 85xx_entry_mapping.S | 41 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 D | exceptions-64e.S | 1133 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 D | misc_64.S | 314 lis r9,(MAS1_VALID|MAS1_IPROT)@h
|
H A D | head_85xx.S | 1089 lis r3,(MAS1_VALID|MAS1_IPROT)@h
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | cpu_init_early.c | 28 _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 D | release.S | 298 lis r11,(MAS1_VALID|MAS1_IPROT)@h 465 lis r10,(MAS1_VALID|MAS1_IPROT)@h
|
H A D | start.S | 406 oris r3, r3, MAS1_IPROT@h
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | mmu.h | 399 #define MAS1_IPROT 0x40000000 macro 448 (((iprot) << 30) & MAS1_IPROT) |\
|
/openbmc/qemu/target/ppc/ |
H A D | mmu_helper.c | 134 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 D | cpu.h | 969 #define MAS1_IPROT (1 << MAS1_IPROT_SHIFT) macro
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | mmu-e500.h | 59 #define MAS1_IPROT 0x40000000 macro
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | e500.c | 110 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 3942 mas1 & MAS1_IPROT ? 'P' : ' ', in dump_tlb_book3e()
|