Searched refs:MAS0_ESEL (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/powerpc/mm/
H A Dhugetlbpage-book3e.c120 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); book3e_hugetlb_preload()
H A Dfsl_booke_mmu.c120 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1); settlbcam()
/linux-4.1.27/arch/powerpc/kvm/
H A De500_mmu.c141 vcpu->arch.shared->mas0 = MAS0_TLBSEL(tlbsel) | MAS0_ESEL(victim) kvmppc_e500_deliver_tlb_miss()
363 vcpu->arch.shared->mas0 = MAS0_TLBSEL(tlbsel) | MAS0_ESEL(esel) kvmppc_e500_emul_tlbsx()
376 | MAS0_ESEL(victim) kvmppc_e500_emul_tlbsx()
H A De500_mmu_host.c137 MAS0_ESEL(to_htlb1_esel(sesel)), write_host_tlbe()
181 __write_host_tlbe(&magic, MAS0_TLBSEL(1) | MAS0_ESEL(tlbcam_index), 0); kvmppc_map_magic()
210 MAS0_ESEL(to_htlb1_esel(hw_tlb_indx))); inval_gtlbe_on_host()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmmu-book3e.h50 #define MAS0_ESEL(x) (((x) << MAS0_ESEL_SHIFT) & MAS0_ESEL_MASK) macro
/linux-4.1.27/arch/powerpc/xmon/
H A Dxmon.c2897 mas0 |= MAS0_ESEL(esel); dump_tlb_book3e()
/linux-4.1.27/arch/powerpc/kernel/
H A Dexceptions-64e.S1398 oris r11,r11,MAS0_ESEL(3)@h /* Use way 3: workaround A2 erratum 376 */

Completed in 176 milliseconds