Searched refs:MAS0_TLBSEL (Results 1 – 18 of 18) sorted by relevance
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | cpu_init_early.c | 27 _mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(15); in setup_ifc() 54 _mas0 = MAS0_TLBSEL(1) | in setup_ifc() 107 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(13); in cpu_init_early_f() 133 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(9); in cpu_init_early_f()
|
H A D | release.S | 296 lis r11,(MAS0_TLBSEL(1)|MAS0_ESEL(1))@h 463 lis r10,(MAS0_TLBSEL(1)|MAS0_ESEL(0))@h
|
H A D | start.S | 458 oris r5, r5, MAS0_TLBSEL(1)@h 823 lis r0, MAS0_TLBSEL(1)@h 861 lis r0, MAS0_TLBSEL(1)@h 954 lis r0, MAS0_TLBSEL(1)@h 969 lis r0, MAS0_TLBSEL(1)@h
|
H A D | tlb.c | 212 (MAS0_TLBSEL(tlbsel) == (_mas0 & MAS0_TLBSEL_MSK))) { in find_tlb_idx()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | mmu.h | 393 #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))
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | mmu-e500.h | 46 #define MAS0_TLBSEL(x) (((x) << MAS0_TLBSEL_SHIFT) & MAS0_TLBSEL_MASK) macro 95 #define MAS4_TLBSELD(x) MAS0_TLBSEL(x)
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | e500_hugetlbpage.c | 152 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
|
H A D | e500.c | 109 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1); in settlbcam()
|
H A D | tlb_low.S | 463 oris r6,r6,MAS0_TLBSEL(1)@h
|
H A D | tlb_low_64e.S | 332 oris r10,r10,MAS0_TLBSEL(1)@h
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 134 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 D | e500_mmu.c | 138 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()
|
/openbmc/u-boot/board/freescale/qemu-ppce500/ |
H A D | qemu-ppce500.c | 39 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(esel); in map_fdt_as()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 1092 lis r3,MAS0_TLBSEL(0)@h 1097 lis r3,MAS0_TLBSEL(1)@h 1102 lis r3,MAS0_TLBSEL(2)@h 1105 lis r3,MAS0_TLBSEL(3)@h
|
H A D | 85xx_entry_mapping.S | 192 oris r0, r0, (MAS0_TLBSEL(1))@h
|
H A D | misc_64.S | 308 lis r9,MAS0_TLBSEL(1)@h
|
H A D | head_85xx.S | 732 lis r14, MAS0_TLBSEL(1)@h /* select TLB1 (TLBCAM) */
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 3906 u32 mas0 = MAS0_TLBSEL(tlb); in dump_tlb_book3e()
|