Searched refs:MAS2_EPN (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/powerpc/include/asm/
H A Dmmu.h402 #define MAS2_EPN 0xFFFFF000 macro
450 (((epn) & MAS2_EPN) | (wimge))
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtlb.c60 *epn = mfspr(MAS2) & MAS2_EPN;
H A Dstart.S471 * virtual == physical. We also assume that MAS2_EPN == MAS3_RPN.
473 lis r3, MAS2_EPN@h
474 ori r3, r3, MAS2_EPN@l /* R3 = MAS2_EPN */

Completed in 97 milliseconds