Home
last modified time | relevance | path

Searched refs:MAS0_TLBSEL (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/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 Dtlb.c213 (MAS0_TLBSEL(tlbsel) == (_mas0 & MAS0_TLBSEL_MSK))) { in find_tlb_idx()
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
/rk3399_rockchip-uboot/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))
/rk3399_rockchip-uboot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c40 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(esel); in map_fdt_as()