Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dkexec.h211 void arch_crash_handle_hotplug_event(struct kimage *image);
212 #define arch_crash_handle_hotplug_event arch_crash_handle_hotplug_event macro
/linux-6.6.21/include/linux/
Dkexec.h489 #ifndef arch_crash_handle_hotplug_event
490 static inline void arch_crash_handle_hotplug_event(struct kimage *image) { } in arch_crash_handle_hotplug_event() function
/linux-6.6.21/arch/x86/kernel/
Dcrash.c434 void arch_crash_handle_hotplug_event(struct kimage *image) in arch_crash_handle_hotplug_event() function
/linux-6.6.21/kernel/
Dcrash_core.c858 arch_crash_handle_hotplug_event(image); in crash_handle_hotplug_event()