Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dsmpboot.c100 static inline void smpboot_setup_warm_reset_vector(unsigned long start_eip) in smpboot_setup_warm_reset_vector() argument
110 start_eip >> 4; in smpboot_setup_warm_reset_vector()
113 start_eip & 0xf; in smpboot_setup_warm_reset_vector()
544 wakeup_secondary_cpu_via_nmi(int apicid, unsigned long start_eip) in wakeup_secondary_cpu_via_nmi() argument
578 wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip) in wakeup_secondary_cpu_via_init() argument
658 apic_icr_write(APIC_DM_STARTUP | (start_eip >> 12), in wakeup_secondary_cpu_via_init()
/linux-4.4.14/arch/x86/kernel/apic/
Dapic_noop.c41 static int noop_wakeup_secondary_cpu(int apicid, unsigned long start_eip) in noop_wakeup_secondary_cpu() argument
/linux-4.4.14/arch/x86/include/asm/
Dapic.h314 int (*wakeup_secondary_cpu)(int apicid, unsigned long start_eip);
380 extern int wakeup_secondary_cpu_via_nmi(int apicid, unsigned long start_eip);
Dsmp.h78 #define startup_ipi_hook(phys_apicid, start_eip, start_esp) do { } while (0) argument
Dparavirt.h295 static inline void startup_ipi_hook(int phys_apicid, unsigned long start_eip, in startup_ipi_hook() argument
299 phys_apicid, start_eip, start_esp); in startup_ipi_hook()
Dparavirt_types.h226 unsigned long start_eip,