Searched refs:arch_crash_hotplug_support (Results 1 – 5 of 5) sorted by relevance
143 int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags);144 #define arch_crash_hotplug_support arch_crash_hotplug_support macro
50 #ifndef arch_crash_hotplug_support51 static inline int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags) in arch_crash_hotplug_support() function
138 if ((flags & KEXEC_ON_CRASH) && arch_crash_hotplug_support(image, flags)) in do_kexec_load()
412 if ((flags & KEXEC_FILE_ON_CRASH) && arch_crash_hotplug_support(image, flags)) in SYSCALL_DEFINE5()
470 int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags) in arch_crash_hotplug_support() function