Searched refs:MAS0_TLBSEL (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/arch/powerpc/include/asm/nohash/ |
| D | mmu-book3e.h | 46 #define MAS0_TLBSEL(x) (((x) << MAS0_TLBSEL_SHIFT) & MAS0_TLBSEL_MASK) macro 96 #define MAS4_TLBSELD(x) MAS0_TLBSEL(x)
|
| /Linux-v5.4/arch/powerpc/mm/nohash/ |
| D | book3e_hugetlbpage.c | 159 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
|
| D | fsl_booke.c | 117 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1); in settlbcam()
|
| D | tlb_low.S | 478 oris r6,r6,MAS0_TLBSEL(1)@h
|
| D | tlb_low_64e.S | 347 oris r10,r10,MAS0_TLBSEL(1)@h
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | e500_mmu_host.c | 134 MAS0_TLBSEL(1) | in write_host_tlbe() 179 __write_host_tlbe(&magic, MAS0_TLBSEL(1) | MAS0_ESEL(tlbcam_index), 0); in kvmppc_map_magic() 207 MAS0_TLBSEL(1) | in inval_gtlbe_on_host()
|
| D | e500_mmu.c | 138 vcpu->arch.shared->mas0 = MAS0_TLBSEL(tlbsel) | MAS0_ESEL(victim) in kvmppc_e500_deliver_tlb_miss() 360 vcpu->arch.shared->mas0 = MAS0_TLBSEL(tlbsel) | MAS0_ESEL(esel) in kvmppc_e500_emul_tlbsx() 372 vcpu->arch.shared->mas0 = MAS0_TLBSEL(tlbsel) in kvmppc_e500_emul_tlbsx()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | fsl_booke_entry_mapping.S | 203 oris r0, r0, (MAS0_TLBSEL(1))@h
|
| D | exceptions-64e.S | 1221 lis r3,MAS0_TLBSEL(0)@h 1226 lis r3,MAS0_TLBSEL(1)@h 1231 lis r3,MAS0_TLBSEL(2)@h 1234 lis r3,MAS0_TLBSEL(3)@h
|
| D | misc_64.S | 431 lis r9,MAS0_TLBSEL(1)@h
|
| D | head_fsl_booke.S | 725 lis r14, MAS0_TLBSEL(1)@h /* select TLB1 (TLBCAM) */
|
| /Linux-v5.4/arch/powerpc/xmon/ |
| D | xmon.c | 3670 u32 mas0 = MAS0_TLBSEL(tlb); in dump_tlb_book3e()
|