Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/xmon/
Dxmon.c2412 int cmd, inc, i, nslash; in memex() local
2455 nslash = 0; in memex()
2516 if (nslash > 0) in memex()
2517 adrs -= 1 << nslash; in memex()
2519 nslash = 0; in memex()
2520 nslash += 4; in memex()
2521 adrs += 1 << nslash; in memex()
2524 if (nslash < 0) in memex()
2525 adrs += 1 << -nslash; in memex()
2527 nslash = 0; in memex()
[all …]