Home
last modified time | relevance | path

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

/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.S1132 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 Dhead_85xx.S1071 lis r3,(MAS1_VALID|MAS1_IPROT)@h
/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h59 #define MAS1_IPROT 0x40000000 macro
/linux/arch/powerpc/mm/nohash/
H A De500.c110 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()