Searched refs:MAS1_IPROT (Results 1 – 5 of 5) sorted by relevance
/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 | 1132 oris r7,r7,MAS1_IPROT@h 1227 lis r6,(MAS1_VALID|MAS1_IPROT)@h 1298 lis r3,(MAS1_VALID | MAS1_IPROT)@h 1341 rlwinm r5,r5,0,(~(MAS1_VALID|MAS1_IPROT))
|
H A D | head_85xx.S | 1071 lis r3,(MAS1_VALID|MAS1_IPROT)@h
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | mmu-e500.h | 59 #define MAS1_IPROT 0x40000000 macro
|
/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()
|