Home
last modified time | relevance | path

Searched defs:start_eip (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/x86/kernel/apic/
Dapic_noop.c28 static int noop_wakeup_secondary_cpu(int apicid, unsigned long start_eip) { return -1; } in noop_wakeup_secondary_cpu()
/linux-6.6.21/arch/x86/hyperv/
Dhv_vtl.c199 static int hv_vtl_wakeup_secondary_cpu(int apicid, unsigned long start_eip) in hv_vtl_wakeup_secondary_cpu()
/linux-6.6.21/arch/x86/kernel/
Dsmpboot.c149 static inline void smpboot_setup_warm_reset_vector(unsigned long start_eip) in smpboot_setup_warm_reset_vector()
838 static int wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip) in wakeup_secondary_cpu_via_init()