Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dkexec.h141 int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags);
142 #define arch_crash_hotplug_support arch_crash_hotplug_support macro
/linux/arch/x86/include/asm/
H A Dkexec.h220 int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags);
221 #define arch_crash_hotplug_support arch_crash_hotplug_support macro
/linux/include/linux/
H A Dcrash_core.h50 #ifndef arch_crash_hotplug_support
51 static inline int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags) in arch_crash_hotplug_support() function
/linux/arch/powerpc/kexec/
H A Dcrash.c550 int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags) in arch_crash_hotplug_support() function
/linux/arch/x86/kernel/
H A Dcrash.c457 int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags) in arch_crash_hotplug_support() function
/linux/kernel/
H A Dkexec_file.c411 if ((flags & KEXEC_FILE_ON_CRASH) && arch_crash_hotplug_support(image, flags)) in SYSCALL_DEFINE5()