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

/linux-4.1.27/arch/powerpc/xmon/
H A Dxmon.c1887 int cmd, inc, i, nslash; memex() local
1930 nslash = 0; memex()
1992 if (nslash > 0) memex()
1993 adrs -= 1 << nslash; memex()
1995 nslash = 0; memex()
1996 nslash += 4; memex()
1997 adrs += 1 << nslash; memex()
2000 if (nslash < 0) memex()
2001 adrs += 1 << -nslash; memex()
2003 nslash = 0; memex()
2004 nslash -= 4; memex()
2005 adrs -= 1 << -nslash; memex()

Completed in 56 milliseconds