Lines Matching refs:apic_id
53 int apic_id; member
111 static int find_cpu_by_apic_id(int apic_id, struct udevice **devp) in find_cpu_by_apic_id() argument
121 if (plat->cpu_id == apic_id) { in find_cpu_by_apic_id()
137 int apic_id; in ap_init() local
143 apic_id = lapicid(); in ap_init()
144 ret = find_cpu_by_apic_id(apic_id, &dev); in ap_init()
146 debug("Unknown CPU apic_id %x\n", apic_id); in ap_init()
150 debug("AP: slot %d apic_id %x, dev %s\n", cpu_index, apic_id, in ap_init()
406 int apic_id; in init_bsp() local
412 apic_id = lapicid(); in init_bsp()
413 ret = find_cpu_by_apic_id(apic_id, devp); in init_bsp()
415 printf("Cannot find boot CPU, APIC ID %d\n", apic_id); in init_bsp()