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

/linux-master/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c152 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1));
H A De500.c109 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1);
/linux-master/arch/powerpc/kvm/
H A De500_mmu_host.c135 MAS0_ESEL(to_htlb1_esel(sesel)),
179 __write_host_tlbe(&magic, MAS0_TLBSEL(1) | MAS0_ESEL(tlbcam_index), 0);
208 MAS0_ESEL(to_htlb1_esel(hw_tlb_indx)));
H A De500_mmu.c138 vcpu->arch.shared->mas0 = MAS0_TLBSEL(tlbsel) | MAS0_ESEL(victim)
360 vcpu->arch.shared->mas0 = MAS0_TLBSEL(tlbsel) | MAS0_ESEL(esel)
373 | MAS0_ESEL(victim)
/linux-master/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h51 #define MAS0_ESEL(x) (((x) << MAS0_ESEL_SHIFT) & MAS0_ESEL_MASK) macro
/linux-master/arch/powerpc/kernel/
H A Dexceptions-64e.S1296 oris r11,r11,MAS0_ESEL(3)@h /* Use way 3: workaround A2 erratum 376 */
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3916 mas0 |= MAS0_ESEL(esel);

Completed in 125 milliseconds