Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/xmon/
Dxmon.c2166 int cmd, inc, i, nslash; in memex() local
2209 nslash = 0; in memex()
2270 if (nslash > 0) in memex()
2271 adrs -= 1 << nslash; in memex()
2273 nslash = 0; in memex()
2274 nslash += 4; in memex()
2275 adrs += 1 << nslash; in memex()
2278 if (nslash < 0) in memex()
2279 adrs += 1 << -nslash; in memex()
2281 nslash = 0; in memex()
[all …]