Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dapic.h328 int (*wakeup_secondary_cpu)(int apicid, unsigned long start_eip);
330 int (*wakeup_secondary_cpu_64)(int apicid, unsigned long start_eip);
381 extern int wakeup_secondary_cpu_via_nmi(int apicid, unsigned long start_eip);
492 typedef int (*wakeup_cpu_handler)(int apicid, unsigned long start_eip);
/Linux-v6.1/arch/x86/kernel/
Dsmpboot.c122 static inline void smpboot_setup_warm_reset_vector(unsigned long start_eip) in smpboot_setup_warm_reset_vector() argument
130 start_eip >> 4; in smpboot_setup_warm_reset_vector()
132 start_eip & 0xf; in smpboot_setup_warm_reset_vector()
796 wakeup_secondary_cpu_via_nmi(int apicid, unsigned long start_eip) in wakeup_secondary_cpu_via_nmi() argument
831 wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip) in wakeup_secondary_cpu_via_init() argument
904 apic_icr_write(APIC_DM_STARTUP | (start_eip >> 12), in wakeup_secondary_cpu_via_init()
/Linux-v6.1/arch/x86/kernel/apic/
Dapic_noop.c27 static int noop_wakeup_secondary_cpu(int apicid, unsigned long start_eip) in noop_wakeup_secondary_cpu() argument