Home
last modified time | relevance | path

Searched refs:MAS0_TLBSEL (Results 1 – 18 of 18) 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()
55 _mas0 = MAS0_TLBSEL(1) | 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
H A Dstart.S459 oris r5, r5, MAS0_TLBSEL(1)@h
824 lis r0, MAS0_TLBSEL(1)@h
862 lis r0, MAS0_TLBSEL(1)@h
955 lis r0, MAS0_TLBSEL(1)@h
970 lis r0, MAS0_TLBSEL(1)@h
H A Dtlb.c213 (MAS0_TLBSEL(tlbsel) == (_mas0 & MAS0_TLBSEL_MSK))) { in find_tlb_idx()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dmmu.h393 #define MAS0_TLBSEL(x) (((x) << 28) & MAS0_TLBSEL_MSK) macro
426 #define MAS4_TLBSELD(x) MAS0_TLBSEL(x)
445 (MAS0_TLBSEL(tlbsel) | MAS0_ESEL(esel) | MAS0_NV(nv))
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dmmu-book3e.h46 #define MAS0_TLBSEL(x) (((x) << MAS0_TLBSEL_SHIFT) & MAS0_TLBSEL_MASK) macro
95 #define MAS4_TLBSELD(x) MAS0_TLBSEL(x)
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A De500_mmu_host.c134 MAS0_TLBSEL(1) | in write_host_tlbe()
179 __write_host_tlbe(&magic, MAS0_TLBSEL(1) | MAS0_ESEL(tlbcam_index), 0); in kvmppc_map_magic()
207 MAS0_TLBSEL(1) | 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()
372 vcpu->arch.shared->mas0 = MAS0_TLBSEL(tlbsel) 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()
H A Dtlb_low.S487 oris r6,r6,MAS0_TLBSEL(1)@h
H A Dtlb_low_64e.S338 oris r10,r10,MAS0_TLBSEL(1)@h
/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 Dfsl_booke_entry_mapping.S192 oris r0, r0, (MAS0_TLBSEL(1))@h
H A Dexceptions-64e.S1419 lis r3,MAS0_TLBSEL(0)@h
1424 lis r3,MAS0_TLBSEL(1)@h
1429 lis r3,MAS0_TLBSEL(2)@h
1432 lis r3,MAS0_TLBSEL(3)@h
H A Dmisc_64.S329 lis r9,MAS0_TLBSEL(1)@h
H A Dhead_fsl_booke.S728 lis r14, MAS0_TLBSEL(1)@h /* select TLB1 (TLBCAM) */
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c3839 u32 mas0 = MAS0_TLBSEL(tlb); in dump_tlb_book3e()