Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dinit.c30 DEFINE_APIC_CALL(wakeup_secondary_cpu_64);
58 apply_override(wakeup_secondary_cpu_64); in restore_override_callbacks()
80 update_call(wakeup_secondary_cpu_64); in update_static_calls()
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h308 int (*wakeup_secondary_cpu_64)(int apicid, unsigned long start_eip); member
327 int (*wakeup_secondary_cpu_64)(int apicid, unsigned long start_eip); member
393 DECLARE_APIC_CALL(wakeup_secondary_cpu_64);
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c992 if (apic->wakeup_secondary_cpu_64) in do_boot_cpu()
1038 if (apic->wakeup_secondary_cpu_64) in do_boot_cpu()
1039 ret = apic->wakeup_secondary_cpu_64(apicid, start_ip); in do_boot_cpu()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_vtl.c247 apic_update_callback(wakeup_secondary_cpu_64, hv_vtl_wakeup_secondary_cpu); in hv_vtl_early_init()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c308 apic->wakeup_secondary_cpu_64 = hv_snp_boot_ap; in hv_smp_prepare_cpus()
/openbmc/linux/arch/x86/kernel/acpi/
H A Dboot.c1184 apic_update_callback(wakeup_secondary_cpu_64, acpi_wakeup_cpu); in acpi_parse_mp_wake()