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.h139 void arch_crash_handle_hotplug_event(struct kimage *image, void *arg);
140 #define arch_crash_handle_hotplug_event arch_crash_handle_hotplug_event macro
/linux/arch/x86/include/asm/
H A Dkexec.h210 void arch_crash_handle_hotplug_event(struct kimage *image, void *arg);
211 #define arch_crash_handle_hotplug_event arch_crash_handle_hotplug_event macro
/linux/include/linux/
H A Dcrash_core.h39 #ifndef arch_crash_handle_hotplug_event
40 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.c568 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.c446 void arch_crash_handle_hotplug_event(struct kimage *image, void *arg) in arch_crash_handle_hotplug_event() function
/linux/kernel/
H A Dcrash_core.c598 arch_crash_handle_hotplug_event(image, arg); in crash_handle_hotplug_event()