Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ofw/
H A Dofw_cpu.c157 struct pcpu *sc_cpu_pcpu; member
258 sc->sc_cpu_pcpu = in ofw_cpu_attach()
260 if (sc->sc_cpu_pcpu == NULL) { in ofw_cpu_attach()
271 if (sc->sc_cpu_pcpu == NULL) { in ofw_cpu_attach()
277 sc->sc_cpu_pcpu = pcpu_find(device_get_unit(dev)); in ofw_cpu_attach()
316 *result = (uintptr_t)sc->sc_cpu_pcpu; in ofw_cpu_read_ivar()