Home
last modified time | relevance | path

Searched refs:MAS1_TS (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c28 _mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_IPROT | in setup_ifc()
108 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_TSIZE(BOOKE_PAGESZ_1M); in cpu_init_early_f()
134 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | in cpu_init_early_f()
H A Drelease.S299 ori r11,r11,(MAS1_TS|MAS1_TSIZE(BOOKE_PAGESZ_4K))@l
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h401 #define MAS1_TS 0x00001000 macro
450 (((ts) << 12) & MAS1_TS) |\
/openbmc/qemu/target/ppc/
H A Dmmu-booke.c354 if (as != ((tlb->mas1 & MAS1_TS) >> MAS1_TS_SHIFT)) { in mmubooke206_check_tlb()
442 env->spr[SPR_BOOKE_MAS1] |= MAS1_TS; in booke206_update_mas_tlb_miss()
H A Dmmu_helper.c1186 if (sas != ((tlb->mas1 & MAS1_TS) >> MAS1_TS_SHIFT)) { in helper_booke206_tlbsx()
1203 env->spr[SPR_BOOKE_MAS1] |= MAS1_TS; in helper_booke206_tlbsx()
H A Dmmu_common.c426 (entry->mas1 & MAS1_TS) >> MAS1_TS_SHIFT, in mmubooke206_dump_one_tlb()
H A Dcpu.h964 #define MAS1_TS (1 << MAS1_TS_SHIFT) macro
/openbmc/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c40 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_TSIZE(BOOKE_PAGESZ_1M); in map_fdt_as()