Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds