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

/freebsd-12-stable/sys/powerpc/pseries/
H A Dxics.c113 int cpu_range[2]; member in struct:xicp_softc
173 if (cpu >= sc->cpu_range[0] && cpu < sc->cpu_range[1])
174 return (sc->mem[cpu - sc->cpu_range[0]]);
227 sc->cpu_range, sizeof(sc->cpu_range));
228 sc->cpu_range[1] += sc->cpu_range[0];
229 device_printf(dev, "Handling CPUs %d-%d\n", sc->cpu_range[0],
230 sc->cpu_range[
[all...]

Completed in 105 milliseconds