Home
last modified time | relevance | path

Searched refs:MAS1_TID (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/powerpc/mm/nohash/
Dbook3e_hugetlbpage.c161 mas1 = MAS1_VALID | MAS1_TID(mm->context.id) | MAS1_TSIZE(tsize); in book3e_hugetlb_preload()
Dfsl_book3e.c110 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
/linux-5.19.10/arch/powerpc/include/asm/nohash/
Dmmu-book3e.h60 #define MAS1_TID(x) (((x) << 16) & 0x3FFF0000) macro
/linux-5.19.10/arch/powerpc/kvm/
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()
De500_mmu.c141 | MAS1_TID(get_tlbmiss_tid(vcpu)) in kvmppc_e500_deliver_tlb_miss()