Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon.c2323 int cmd, inc, i, nslash; in memex() local
2366 nslash = 0; in memex()
2427 if (nslash > 0) in memex()
2428 adrs -= 1 << nslash; in memex()
2430 nslash = 0; in memex()
2431 nslash += 4; in memex()
2432 adrs += 1 << nslash; in memex()
2435 if (nslash < 0) in memex()
2436 adrs += 1 << -nslash; in memex()
2438 nslash in memex()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c2413 int cmd, inc, i, nslash; in memex() local
2456 nslash = 0; in memex()
2517 if (nslash > 0) in memex()
2518 adrs -= 1 << nslash; in memex()
2520 nslash = 0; in memex()
2521 nslash += 4; in memex()
2522 adrs += 1 << nslash; in memex()
2525 if (nslash < 0) in memex()
2526 adrs += 1 << -nslash; in memex()
2528 nslash in memex()
[all...]

Completed in 7 milliseconds