Searched refs:MAS1_TS (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | e500.h | 289 #define get_tlb_sts(gtlbe) (gtlbe->mas1 & MAS1_TS) 322 #define get_tlb_sts(gtlbe) (MAS1_TS)
|
H A D | e500_mmu.c | 140 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 D | e500_mmu_host.c | 172 magic.mas1 = MAS1_VALID | MAS1_TS | MAS1_TID(stid) | in kvmppc_map_magic()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | e500.h | 289 #define get_tlb_sts(gtlbe) (gtlbe->mas1 & MAS1_TS) 322 #define get_tlb_sts(gtlbe) (MAS1_TS)
|
H A D | e500_mmu.c | 140 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 D | e500_mmu_host.c | 172 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 D | mmu-book3e.h | 62 #define MAS1_TS 0x00001000 macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/ |
H A D | mmu-e500.h | 62 #define MAS1_TS 0x00001000 macro
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | tlb_low.S | 449 ori r6,r6,MAS1_TS
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | tlb_low.S | 423 ori r6,r6,MAS1_TS
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | head_fsl_booke.S | 1203 ori r4,r4,MAS1_TS /* Set the TS = 1 */
|
H A D | exceptions-64e.S | 1507 xori r6,r7,MAS1_TS /* Setup TMP mapping in the other Address space */
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | head_85xx.S | 1156 ori r4,r4,MAS1_TS /* Set the TS = 1 */
|
H A D | exceptions-64e.S | 1180 xori r6,r7,MAS1_TS /* Setup TMP mapping in the other Address space */
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 3874 mas1 & MAS1_TS ? '1' : '0'); in dump_tlb_book3e()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 3943 mas1 & MAS1_TS ? '1' : '0'); in dump_tlb_book3e()
|
Completed in 22 milliseconds