Searched refs:MAS1_IPROT (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | fsl_booke_entry_mapping.S | 41 oris r7,r7,MAS1_IPROT@h 108 oris r6,r6,(MAS1_VALID|MAS1_IPROT)@h 171 lis r6,(MAS1_VALID|MAS1_IPROT)@h 193 lis r10, (MAS1_VALID|MAS1_IPROT)@h
|
| D | exceptions-64e.S | 1262 oris r7,r7,MAS1_IPROT@h 1367 lis r6,(MAS1_VALID|MAS1_IPROT)@h 1439 lis r3,(MAS1_VALID | MAS1_IPROT)@h 1477 rlwinm r5,r5,0,(~(MAS1_VALID|MAS1_IPROT))
|
| D | misc_64.S | 442 lis r9,(MAS1_VALID|MAS1_IPROT)@h
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/ |
| D | mmu-book3e.h | 59 #define MAS1_IPROT 0x40000000 macro
|
| /Linux-v5.4/arch/powerpc/mm/nohash/ |
| D | fsl_booke.c | 118 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
|
| /Linux-v5.4/arch/powerpc/xmon/ |
| D | xmon.c | 3706 mas1 & MAS1_IPROT ? 'P' : ' ', in dump_tlb_book3e()
|