Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dfsl_booke_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.S1460 oris r7,r7,MAS1_IPROT@h
1555 lis r6,(MAS1_VALID|MAS1_IPROT)@h
1627 lis r3,(MAS1_VALID | MAS1_IPROT)@h
1665 rlwinm r5,r5,0,(~(MAS1_VALID|MAS1_IPROT))
H A Dmisc_64.S335 lis r9,(MAS1_VALID|MAS1_IPROT)@h
H A Dhead_fsl_booke.S1136 lis r3,(MAS1_VALID|MAS1_IPROT)@h
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c29 _mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_IPROT | in setup_ifc()
57 _mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_IPROT | in setup_ifc()
H A Drelease.S286 lis r11,(MAS1_VALID|MAS1_IPROT)@h
453 lis r10,(MAS1_VALID|MAS1_IPROT)@h
H A Dstart.S407 oris r3, r3, MAS1_IPROT@h
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dmmu.h399 #define MAS1_IPROT 0x40000000 macro
448 (((iprot) << 30) & MAS1_IPROT) |\
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dmmu-book3e.h59 #define MAS1_IPROT 0x40000000 macro
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dfsl_booke.c116 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c3875 mas1 & MAS1_IPROT ? 'P' : ' ', in dump_tlb_book3e()