Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dofw_cpu.c154 struct pcpu *sc_cpu_pcpu; member
299 sc->sc_cpu_pcpu = in ofw_cpu_attach()
301 if (sc->sc_cpu_pcpu == NULL) { in ofw_cpu_attach()
312 if (sc->sc_cpu_pcpu == NULL) { in ofw_cpu_attach()
318 sc->sc_cpu_pcpu = pcpu_find(device_get_unit(dev)); in ofw_cpu_attach()
348 *result = (uintptr_t)sc->sc_cpu_pcpu; in ofw_cpu_read_ivar()