Searched refs:MAS0_ESEL (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | book3e_hugetlbpage.c | 159 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
|
H A D | fsl_booke.c | 115 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1); in settlbcam()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | e500_hugetlbpage.c | 152 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
|
H A D | e500.c | 109 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1); in settlbcam()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 135 MAS0_ESEL(to_htlb1_esel(sesel)), in write_host_tlbe() 179 __write_host_tlbe(&magic, MAS0_TLBSEL(1) | MAS0_ESEL(tlbcam_index), 0); in kvmppc_map_magic() 208 MAS0_ESEL(to_htlb1_esel(hw_tlb_indx))); in inval_gtlbe_on_host()
|
H A 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() 373 | MAS0_ESEL(victim) in kvmppc_e500_emul_tlbsx()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 135 MAS0_ESEL(to_htlb1_esel(sesel)), in write_host_tlbe() 179 __write_host_tlbe(&magic, MAS0_TLBSEL(1) | MAS0_ESEL(tlbcam_index), 0); in kvmppc_map_magic() 208 MAS0_ESEL(to_htlb1_esel(hw_tlb_indx))); in inval_gtlbe_on_host()
|
H A 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() 373 | MAS0_ESEL(victim) in kvmppc_e500_emul_tlbsx()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
H A D | mmu-book3e.h | 51 #define MAS0_ESEL(x) (((x) << MAS0_ESEL_SHIFT) & MAS0_ESEL_MASK) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/ |
H A D | mmu-e500.h | 51 #define MAS0_ESEL(x) (((x) << MAS0_ESEL_SHIFT) & MAS0_ESEL_MASK) macro
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 1625 oris r11,r11,MAS0_ESEL(3)@h /* Use way 3: workaround A2 erratum 376 */
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 1297 oris r11,r11,MAS0_ESEL(3)@h /* Use way 3: workaround A2 erratum 376 */
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 3849 mas0 |= MAS0_ESEL(esel); in dump_tlb_book3e()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 3918 mas0 |= MAS0_ESEL(esel); in dump_tlb_book3e()
|
Completed in 20 milliseconds