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

/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c30 _mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(15);
57 _mas0 = MAS0_TLBSEL(1) |
110 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(13);
138 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(9);
H A Drelease.S296 lis r11,(MAS0_TLBSEL(1)|MAS0_ESEL(1))@h
463 lis r10,(MAS0_TLBSEL(1)|MAS0_ESEL(0))@h
H A Dtlb.c216 (MAS0_TLBSEL(tlbsel) == (_mas0 & MAS0_TLBSEL_MSK))) {
H 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/
H 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/
H A Dqemu-ppce500.c60 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(esel);

Completed in 54 milliseconds