Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/xmon/
Dxmon.c2416 int cmd, inc, i, nslash; in memex() local
2459 nslash = 0; in memex()
2520 if (nslash > 0) in memex()
2521 adrs -= 1 << nslash; in memex()
2523 nslash = 0; in memex()
2524 nslash += 4; in memex()
2525 adrs += 1 << nslash; in memex()
2528 if (nslash < 0) in memex()
2529 adrs += 1 << -nslash; in memex()
2531 nslash = 0; in memex()
[all …]