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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c2791 u64 mas7_mas3; local
2807 mas7_mas3 = mfspr(SPRN_MAS7_MAS3);
2834 printf(" %016llx", mas7_mas3 & ramask & ~0x7ffull);
2837 pgsz_names[(mas7_mas3 >> 1) & 0x1f]);
2840 mas7_mas3 & MAS3_UX ? 'x' : ' ',
2841 mas7_mas3 & MAS3_UW ? 'w' : ' ',
2842 mas7_mas3 & MAS3_UR ? 'r' : ' ',
2843 mas7_mas3 & MAS3_SX ? 'x' : ' ',
2844 mas7_mas3 & MAS3_SW ? 'w' : ' ',
2845 mas7_mas3
[all...]

Completed in 42 milliseconds