Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kvm/
De500.h289 #define get_tlb_sts(gtlbe) (gtlbe->mas1 & MAS1_TS)
322 #define get_tlb_sts(gtlbe) (MAS1_TS)
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()
De500_mmu_host.c172 magic.mas1 = MAS1_VALID | MAS1_TS | MAS1_TID(stid) | in kvmppc_map_magic()
/linux-6.1.9/arch/powerpc/include/asm/nohash/
Dmmu-e500.h62 #define MAS1_TS 0x00001000 macro
/linux-6.1.9/arch/powerpc/mm/nohash/
Dtlb_low.S423 ori r6,r6,MAS1_TS
/linux-6.1.9/arch/powerpc/kernel/
Dhead_85xx.S1153 ori r4,r4,MAS1_TS /* Set the TS = 1 */
Dexceptions-64e.S1174 xori r6,r7,MAS1_TS /* Setup TMP mapping in the other Address space */
/linux-6.1.9/arch/powerpc/xmon/
Dxmon.c3945 mas1 & MAS1_TS ? '1' : '0'); in dump_tlb_book3e()