Home
last modified time | relevance | path

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

/u-boot/arch/powerpc/cpu/mpc85xx/
A Dcpu_init_early.c30 _mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(15); in setup_ifc()
57 _mas0 = MAS0_TLBSEL(1) | in setup_ifc()
110 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(13); in cpu_init_early_f()
138 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(9); in cpu_init_early_f()
A Drelease.S296 lis r11,(MAS0_TLBSEL(1)|MAS0_ESEL(1))@h
463 lis r10,(MAS0_TLBSEL(1)|MAS0_ESEL(0))@h
A Dtlb.c216 (MAS0_TLBSEL(tlbsel) == (_mas0 & MAS0_TLBSEL_MSK))) { in find_tlb_idx()
A Dstart.S518 oris r5, r5, MAS0_TLBSEL(1)@h
883 lis r0, MAS0_TLBSEL(1)@h
921 lis r0, MAS0_TLBSEL(1)@h
1014 lis r0, MAS0_TLBSEL(1)@h
1029 lis r0, MAS0_TLBSEL(1)@h
/u-boot/arch/powerpc/include/asm/
A Dmmu.h390 #define MAS0_TLBSEL(x) (((x) << 28) & MAS0_TLBSEL_MSK) macro
423 #define MAS4_TLBSELD(x) MAS0_TLBSEL(x)
442 (MAS0_TLBSEL(tlbsel) | MAS0_ESEL(esel) | MAS0_NV(nv))
/u-boot/board/emulation/qemu-ppce500/
A Dqemu-ppce500.c59 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(esel); in map_fdt_as()

Completed in 14 milliseconds