Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dfsl_booke_entry_mapping.S41 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
Dexceptions-64e.S1266 oris r7,r7,MAS1_IPROT@h
1371 lis r6,(MAS1_VALID|MAS1_IPROT)@h
1443 lis r3,(MAS1_VALID | MAS1_IPROT)@h
1481 rlwinm r5,r5,0,(~(MAS1_VALID|MAS1_IPROT))
Dmisc_64.S536 lis r9,(MAS1_VALID|MAS1_IPROT)@h
/arch/powerpc/include/asm/
Dmmu-book3e.h59 #define MAS1_IPROT 0x40000000 macro
/arch/powerpc/mm/
Dfsl_booke_mmu.c123 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
/arch/powerpc/xmon/
Dxmon.c3444 mas1 & MAS1_IPROT ? 'P' : ' ', in dump_tlb_book3e()