Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c28 _mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(15); in setup_ifc()
56 MAS0_ESEL(CONFIG_SYS_PPC_E500_DEBUG_TLB); in setup_ifc()
108 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(13); in cpu_init_early_f()
134 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(9); in cpu_init_early_f()
H A Drelease.S284 lis r11,(MAS0_TLBSEL(1)|MAS0_ESEL(1))@h
451 lis r10,(MAS0_TLBSEL(1)|MAS0_ESEL(0))@h
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dmmu.h395 #define MAS0_ESEL(x) (((x) << 16) & MAS0_ESEL_MSK) macro
445 (MAS0_TLBSEL(tlbsel) | MAS0_ESEL(esel) | MAS0_NV(nv))
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H 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()
H 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()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dbook3e_hugetlbpage.c159 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
H A Dfsl_booke.c115 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1); in settlbcam()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dmmu-book3e.h51 #define MAS0_ESEL(x) (((x) << MAS0_ESEL_SHIFT) & MAS0_ESEL_MASK) macro
/OK3568_Linux_fs/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c40 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(esel); in map_fdt_as()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dexceptions-64e.S1625 oris r11,r11,MAS0_ESEL(3)@h /* Use way 3: workaround A2 erratum 376 */
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c3851 mas0 |= MAS0_ESEL(esel); in dump_tlb_book3e()