MAS1_TSIZE         98 arch/powerpc/include/asm/nohash/mmu-book3e.h #define MAS4_TSIZED(x)		MAS1_TSIZE(x)
MAS1_TSIZE        118 arch/powerpc/include/asm/nohash/mmu-book3e.h #define MAS6_ISIZE(x)		MAS1_TSIZE(x)
MAS1_TSIZE        335 arch/powerpc/kvm/e500.c 	tlbe->mas1 = MAS1_VALID | MAS1_TSIZE(BOOK3E_PAGESZ_256M);
MAS1_TSIZE        341 arch/powerpc/kvm/e500.c 	tlbe->mas1 = MAS1_VALID | MAS1_TSIZE(BOOK3E_PAGESZ_4K);
MAS1_TSIZE        142 arch/powerpc/kvm/e500_mmu.c 		| MAS1_TSIZE(tsized);
MAS1_TSIZE        439 arch/powerpc/kvm/e500_mmu.c 			gtlbe->mas1 &= ~MAS1_TSIZE(~0);
MAS1_TSIZE        440 arch/powerpc/kvm/e500_mmu.c 			gtlbe->mas1 |= MAS1_TSIZE(BOOK3E_PAGESZ_4K);
MAS1_TSIZE        173 arch/powerpc/kvm/e500_mmu_host.c 		     MAS1_TSIZE(BOOK3E_PAGESZ_4K);
MAS1_TSIZE        316 arch/powerpc/kvm/e500_mmu_host.c 	stlbe->mas1 = MAS1_TSIZE(tsize) | get_tlb_sts(gtlbe) | MAS1_VALID;
MAS1_TSIZE        161 arch/powerpc/mm/nohash/book3e_hugetlbpage.c 	mas1 = MAS1_VALID | MAS1_TID(mm->context.id) | MAS1_TSIZE(tsize);
MAS1_TSIZE        118 arch/powerpc/mm/nohash/fsl_booke.c 	TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid);
MAS1_TSIZE       3719 arch/powerpc/xmon/xmon.c 			u32 mas1 = MAS1_TSIZE(BOOK3E_PAGESZ_4K);