Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
A De500_mmu_host.c135 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()
A De500_mmu.c138 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()
/linux/arch/powerpc/mm/nohash/
A Dbook3e_hugetlbpage.c159 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
A Dfsl_book3e.c115 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1); in settlbcam()
/linux/arch/powerpc/include/asm/nohash/
A Dmmu-book3e.h51 #define MAS0_ESEL(x) (((x) << MAS0_ESEL_SHIFT) & MAS0_ESEL_MASK) macro
/linux/arch/powerpc/kernel/
A Dexceptions-64e.S1309 oris r11,r11,MAS0_ESEL(3)@h /* Use way 3: workaround A2 erratum 376 */
/linux/arch/powerpc/xmon/
A Dxmon.c3914 mas0 |= MAS0_ESEL(esel); in dump_tlb_book3e()

Completed in 18 milliseconds