Searched refs:MAS1_IPROT (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/powerpc/kernel/ |
D | fsl_booke_entry_mapping.S | 40 oris r7,r7,MAS1_IPROT@h 107 oris r6,r6,(MAS1_VALID|MAS1_IPROT)@h 167 lis r6,(MAS1_VALID|MAS1_IPROT)@h 187 lis r10, (MAS1_VALID|MAS1_IPROT)@h
|
D | exceptions-64e.S | 878 oris r7,r7,MAS1_IPROT@h 983 lis r6,(MAS1_VALID|MAS1_IPROT)@h 1055 lis r3,(MAS1_VALID | MAS1_IPROT)@h 1093 rlwinm r5,r5,0,(~(MAS1_VALID|MAS1_IPROT)) 1130 lis r3,(MAS1_VALID | MAS1_IPROT)@h
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | mmu-book3e.h | 54 #define MAS1_IPROT 0x40000000 macro
|
/linux-3.4.99/arch/powerpc/mm/ |
D | fsl_booke_mmu.c | 122 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
|
/linux-3.4.99/arch/powerpc/xmon/ |
D | xmon.c | 2811 mas1 & MAS1_IPROT ? 'P' : ' ', in dump_tlb_book3e()
|