Searched refs:start_eip (Results 1 – 1 of 1) sorted by relevance
423 static int wakeup_secondary_cpu(int phys_apicid, unsigned long start_eip) in wakeup_secondary_cpu() argument492 apic_icr_write(APIC_DM_STARTUP | (start_eip >> 12), phys_apicid); in wakeup_secondary_cpu()545 unsigned long start_eip; in do_boot_cpu() local555 start_eip = bootsym_phys(trampoline_realmode_entry); in do_boot_cpu()558 if ( start_eip & ~0xff000 ) in do_boot_cpu()559 panic("AP trampoline %#lx not suitably positioned\n", start_eip); in do_boot_cpu()564 cpu, apicid, start_eip); in do_boot_cpu()573 if ( !tboot_in_measured_env() || tboot_wake_ap(apicid, start_eip) ) in do_boot_cpu()574 boot_error = wakeup_secondary_cpu(apicid, start_eip); in do_boot_cpu()
Completed in 4 milliseconds