Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds