Lines Matching refs:apic_id
52 int apic_id; member
110 static int find_cpu_by_apic_id(int apic_id, struct udevice **devp) in find_cpu_by_apic_id() argument
120 if (plat->cpu_id == apic_id) { in find_cpu_by_apic_id()
136 int apic_id; in ap_init() local
142 apic_id = lapicid(); in ap_init()
143 ret = find_cpu_by_apic_id(apic_id, &dev); in ap_init()
145 debug("Unknown CPU apic_id %x\n", apic_id); in ap_init()
149 debug("AP: slot %d apic_id %x, dev %s\n", cpu_index, apic_id, in ap_init()
405 int apic_id; in init_bsp() local
411 apic_id = lapicid(); in init_bsp()
412 ret = find_cpu_by_apic_id(apic_id, devp); in init_bsp()
414 printf("Cannot find boot CPU, APIC ID %d\n", apic_id); in init_bsp()