Searched refs:start_eip (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/x86/include/asm/ |
D | apic.h | 316 int (*wakeup_secondary_cpu)(u32 apicid, unsigned long start_eip); 318 int (*wakeup_secondary_cpu_64)(u32 apicid, unsigned long start_eip); 336 int (*wakeup_secondary_cpu)(u32 apicid, unsigned long start_eip); 337 int (*wakeup_secondary_cpu_64)(u32 apicid, unsigned long start_eip); 523 typedef int (*wakeup_cpu_handler)(int apicid, unsigned long start_eip);
|
/linux-6.12.1/arch/x86/kernel/ |
D | smpboot.c | 141 static inline void smpboot_setup_warm_reset_vector(unsigned long start_eip) in smpboot_setup_warm_reset_vector() argument 148 *((volatile unsigned short *)phys_to_virt(TRAMPOLINE_PHYS_HIGH)) = start_eip >> 4; in smpboot_setup_warm_reset_vector() 149 *((volatile unsigned short *)phys_to_virt(TRAMPOLINE_PHYS_LOW)) = start_eip & 0xf; in smpboot_setup_warm_reset_vector() 731 static int wakeup_secondary_cpu_via_init(u32 phys_apicid, unsigned long start_eip) in wakeup_secondary_cpu_via_init() argument 772 apic_icr_write(APIC_DM_STARTUP | (start_eip >> 12), in wakeup_secondary_cpu_via_init()
|
/linux-6.12.1/arch/x86/kernel/apic/ |
D | apic_noop.c | 30 static int noop_wakeup_secondary_cpu(u32 apicid, unsigned long start_eip) { return -1; } in noop_wakeup_secondary_cpu() argument
|
/linux-6.12.1/arch/x86/hyperv/ |
D | hv_vtl.c | 209 static int hv_vtl_wakeup_secondary_cpu(u32 apicid, unsigned long start_eip) in hv_vtl_wakeup_secondary_cpu() argument 233 return hv_vtl_bringup_vcpu(vp_id, cpu, start_eip); in hv_vtl_wakeup_secondary_cpu()
|