Home
last modified time | relevance | path

Searched refs:MAS1_TID (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()
56 _mas1 = MAS1_VALID | MAS1_TID(0) | 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()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h400 #define MAS1_TID(x) (((x) << 16) & 0x3FFF0000) macro
449 (MAS1_TID(tid)) |\
/openbmc/linux/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c154 mas1 = MAS1_VALID | MAS1_TID(mm->context.id) | MAS1_TSIZE(tsize); in book3e_hugetlb_preload()
H A De500.c110 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h60 #define MAS1_TID(x) (((x) << 16) & 0x3FFF0000) 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/kvm/
H A De500_mmu_host.c151 stlbe->mas1 |= MAS1_TID(stid); in write_stlbe()
172 magic.mas1 = MAS1_VALID | MAS1_TS | MAS1_TID(stid) | in kvmppc_map_magic()
H A De500_mmu.c141 | MAS1_TID(get_tlbmiss_tid(vcpu)) in kvmppc_e500_deliver_tlb_miss()