Home
last modified time | relevance | path

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

/src/sys/dev/ofw/
H A Dofw_cpu.c286 uint64_t target_mpidr; in ofw_cpu_attach() local
288 target_mpidr = sc->sc_reg[0]; in ofw_cpu_attach()
291 target_mpidr <<= 32; in ofw_cpu_attach()
292 target_mpidr |= sc->sc_reg[1]; in ofw_cpu_attach()
294 target_mpidr &= CPU_AFF_MASK; in ofw_cpu_attach()
299 if (cpuid_to_pcpu[cpu]->pc_mpidr == target_mpidr) { in ofw_cpu_attach()