Home
last modified time | relevance | path

Searched refs:MAS1_TS (Results 1 – 16 of 16) 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/linux/arch/powerpc/kvm/
H A De500.h289 #define get_tlb_sts(gtlbe) (gtlbe->mas1 & MAS1_TS)
322 #define get_tlb_sts(gtlbe) (MAS1_TS)
H A De500_mmu.c140 vcpu->arch.shared->mas1 = MAS1_VALID | (as ? MAS1_TS : 0) in kvmppc_e500_deliver_tlb_miss()
377 | ((vcpu->arch.shared->mas6 & MAS6_SAS) ? MAS1_TS : 0) in kvmppc_e500_emul_tlbsx()
H A De500_mmu_host.c172 magic.mas1 = MAS1_VALID | MAS1_TS | MAS1_TID(stid) | in kvmppc_map_magic()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h401 #define MAS1_TS 0x00001000 macro
450 (((ts) << 12) & MAS1_TS) |\
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h62 #define MAS1_TS 0x00001000 macro
/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.c1185 if (sas != ((tlb->mas1 & MAS1_TS) >> MAS1_TS_SHIFT)) { in helper_booke206_tlbsx()
1202 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.h960 #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()
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dtlb_low.S423 ori r6,r6,MAS1_TS
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_85xx.S1156 ori r4,r4,MAS1_TS /* Set the TS = 1 */
H A Dexceptions-64e.S1180 xori r6,r7,MAS1_TS /* Setup TMP mapping in the other Address space */
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c3943 mas1 & MAS1_TS ? '1' : '0'); in dump_tlb_book3e()