Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dkexec.h138 void arch_crash_handle_hotplug_event(struct kimage *image, void *arg);
139 #define arch_crash_handle_hotplug_event arch_crash_handle_hotplug_event macro
/linux/arch/x86/include/asm/
H A Dkexec.h217 void arch_crash_handle_hotplug_event(struct kimage *image, void *arg);
218 #define arch_crash_handle_hotplug_event arch_crash_handle_hotplug_event macro
/linux/include/linux/
H A Dcrash_core.h44 #ifndef arch_crash_handle_hotplug_event
45 static inline void arch_crash_handle_hotplug_event(struct kimage *image, void *arg) { } in arch_crash_handle_hotplug_event() function
/linux/arch/powerpc/kexec/
H A Dcrash.c560 * arch_crash_handle_hotplug_event - Handle crash CPU/Memory hotplug events to update the
571 void arch_crash_handle_hotplug_event(struct kimage *image, void *arg) in arch_crash_handle_hotplug_event() function
/linux/arch/x86/kernel/
H A Dcrash.c491 * arch_crash_handle_hotplug_event() - Handle hotplug elfcorehdr changes
498 void arch_crash_handle_hotplug_event(struct kimage *image, void *arg) in arch_crash_handle_hotplug_event() function
/linux/kernel/
H A Dcrash_core.c622 arch_crash_handle_hotplug_event(image, arg); in crash_handle_hotplug_event()