Searched refs:MAS1_TSIZE (Results 1 – 17 of 17) sorted by relevance
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | cpu_init_early.c | 29 MAS1_TSIZE(BOOKE_PAGESZ_4M); in setup_ifc() 57 MAS1_TSIZE(BOOKE_PAGESZ_4M); in setup_ifc() 108 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_TSIZE(BOOKE_PAGESZ_1M); in cpu_init_early_f() 135 MAS1_TSIZE(BOOKE_PAGESZ_1M); in cpu_init_early_f()
|
H A D | release.S | 299 ori r11,r11,(MAS1_TS|MAS1_TSIZE(BOOKE_PAGESZ_4K))@l 466 ori r10,r10,(MAS1_TSIZE(BOOKE_PAGESZ_64M))@l
|
H A D | start.S | 405 ori r3, r3, MAS1_TSIZE(BOOKE_PAGESZ_4K)@l
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | mmu-e500.h | 65 #define MAS1_TSIZE(x) (((x) << MAS1_TSIZE_SHIFT) & MAS1_TSIZE_MASK) macro 97 #define MAS4_TSIZED(x) MAS1_TSIZE(x) 117 #define MAS6_ISIZE(x) MAS1_TSIZE(x)
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | 85xx_entry_mapping.S | 109 ori r6,r6,(MAS1_TSIZE(BOOK3E_PAGESZ_4K))@l 162 ori r6,r6,(MAS1_TSIZE(BOOK3E_PAGESZ_64M))@l 183 ori r10,r10, (MAS1_TSIZE(BOOK3E_PAGESZ_256M))@l
|
H A D | misc_64.S | 315 ori r9,r9,(MAS1_TSIZE(BOOK3E_PAGESZ_1GB))@l
|
H A D | head_85xx.S | 1090 ori r3,r3,(MAS1_TSIZE(BOOK3E_PAGESZ_64M))@l
|
H A D | exceptions-64e.S | 1229 ori r6,r6,(MAS1_TSIZE(BOOK3E_PAGESZ_1GB))@l
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | mmu.h | 402 #define MAS1_TSIZE(x) (((x) << 7) & 0x00000F80) macro 428 #define MAS4_TSIZED(x) MAS1_TSIZE(x) 451 (MAS1_TSIZE(tsize)))
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | e500_hugetlbpage.c | 154 mas1 = MAS1_VALID | MAS1_TID(mm->context.id) | MAS1_TSIZE(tsize); in book3e_hugetlb_preload()
|
H A D | e500.c | 110 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | e500.c | 335 tlbe->mas1 = MAS1_VALID | MAS1_TSIZE(BOOK3E_PAGESZ_256M); in kvmppc_e500_tlb_setup() 341 tlbe->mas1 = MAS1_VALID | MAS1_TSIZE(BOOK3E_PAGESZ_4K); in kvmppc_e500_tlb_setup()
|
H A D | e500_mmu.c | 142 | MAS1_TSIZE(tsized); in kvmppc_e500_deliver_tlb_miss() 439 gtlbe->mas1 &= ~MAS1_TSIZE(~0); in kvmppc_e500_emul_tlbwe() 440 gtlbe->mas1 |= MAS1_TSIZE(BOOK3E_PAGESZ_4K); in kvmppc_e500_emul_tlbwe()
|
H A D | e500_mmu_host.c | 173 MAS1_TSIZE(BOOK3E_PAGESZ_4K); in kvmppc_map_magic() 316 stlbe->mas1 = MAS1_TSIZE(tsize) | get_tlb_sts(gtlbe) | MAS1_VALID; in kvmppc_e500_setup_stlbe()
|
/openbmc/u-boot/board/freescale/qemu-ppce500/ |
H A D | qemu-ppce500.c | 40 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_TSIZE(BOOKE_PAGESZ_1M); in map_fdt_as()
|
/openbmc/qemu/target/ppc/ |
H A D | cpu.h | 1041 #define MAS6_ISIZE(x) MAS1_TSIZE(x)
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 3907 u32 mas1 = MAS1_TSIZE(BOOK3E_PAGESZ_4K); in dump_tlb_book3e()
|