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

/linux-4.4.14/arch/powerpc/kvm/
H A De500.h292 #define get_tlb_sts(gtlbe) (gtlbe->mas1 & MAS1_TS)
325 #define get_tlb_sts(gtlbe) (MAS1_TS)
H A De500_mmu.c143 vcpu->arch.shared->mas1 = MAS1_VALID | (as ? MAS1_TS : 0) kvmppc_e500_deliver_tlb_miss()
380 | ((vcpu->arch.shared->mas6 & MAS6_SAS) ? MAS1_TS : 0) kvmppc_e500_emul_tlbsx()
H A De500_mmu_host.c174 magic.mas1 = MAS1_VALID | MAS1_TS | MAS1_TID(stid) | kvmppc_map_magic()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dmmu-book3e.h61 #define MAS1_TS 0x00001000 macro
/linux-4.4.14/arch/powerpc/mm/
H A Dtlb_nohash_low.S448 ori r6,r6,MAS1_TS
/linux-4.4.14/arch/powerpc/kernel/
H A Dhead_fsl_booke.S1251 ori r4,r4,MAS1_TS /* Set the TS = 1 */
H A Dexceptions-64e.S1276 xori r6,r7,MAS1_TS /* Setup TMP mapping in the other Address space */
/linux-4.4.14/arch/powerpc/xmon/
H A Dxmon.c2991 mas1 & MAS1_TS ? '1' : '0'); dump_tlb_book3e()

Completed in 175 milliseconds