Home
last modified time | relevance | path

Searched refs:wakeup_cpu_handler (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/x86/include/asm/
Dapic.h494 typedef int (*wakeup_cpu_handler)(int apicid, unsigned long start_eip); typedef
495 extern void acpi_wake_cpu_handler_update(wakeup_cpu_handler handler);
/linux-5.19.10/arch/x86/kernel/apic/
Dapic.c2563 void __init acpi_wake_cpu_handler_update(wakeup_cpu_handler handler) in acpi_wake_cpu_handler_update()