Searched refs:start_eip (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kernel/apic/
H A Dapic_noop.c30 static int noop_wakeup_secondary_cpu(u32 apicid, unsigned long start_eip) { return -1; } argument
/linux-master/arch/x86/include/asm/
H A Dapic.h312 int (*wakeup_secondary_cpu)(u32 apicid, unsigned long start_eip);
314 int (*wakeup_secondary_cpu_64)(u32 apicid, unsigned long start_eip);
332 int (*wakeup_secondary_cpu)(u32 apicid, unsigned long start_eip);
333 int (*wakeup_secondary_cpu_64)(u32 apicid, unsigned long start_eip);
525 typedef int (*wakeup_cpu_handler)(int apicid, unsigned long start_eip);
/linux-master/arch/x86/hyperv/
H A Dhv_vtl.c210 static int hv_vtl_wakeup_secondary_cpu(u32 apicid, unsigned long start_eip) argument
234 return hv_vtl_bringup_vcpu(vp_id, cpu, start_eip);
/linux-master/arch/x86/kernel/
H A Dsmpboot.c140 static inline void smpboot_setup_warm_reset_vector(unsigned long start_eip) argument
147 *((volatile unsigned short *)phys_to_virt(TRAMPOLINE_PHYS_HIGH)) = start_eip >> 4;
148 *((volatile unsigned short *)phys_to_virt(TRAMPOLINE_PHYS_LOW)) = start_eip & 0xf;
730 static int wakeup_secondary_cpu_via_init(u32 phys_apicid, unsigned long start_eip) argument
771 apic_icr_write(APIC_DM_STARTUP | (start_eip >> 12),

Completed in 213 milliseconds