Searched refs:found_cpu (Results 1 – 1 of 1) sorted by relevance
150 CPUArchId apic_id, *found_cpu; in x86_find_cpu_slot() local153 found_cpu = bsearch(&apic_id, ms->possible_cpus->cpus, in x86_find_cpu_slot()156 if (found_cpu && idx) { in x86_find_cpu_slot()157 *idx = found_cpu - ms->possible_cpus->cpus; in x86_find_cpu_slot()159 return found_cpu; in x86_find_cpu_slot()165 CPUArchId *found_cpu; in x86_cpu_plug() local186 found_cpu = x86_find_cpu_slot(MACHINE(x86ms), cpu->apic_id, NULL); in x86_cpu_plug()187 found_cpu->cpu = CPU(dev); in x86_cpu_plug()218 CPUArchId *found_cpu; in x86_cpu_unplug_cb() local228 found_cpu = x86_find_cpu_slot(MACHINE(x86ms), cpu->apic_id, NULL); in x86_cpu_unplug_cb()[all …]