Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/
Dkexec.h140 int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags);
141 #define arch_crash_hotplug_support arch_crash_hotplug_support macro
/linux-6.12.1/arch/x86/include/asm/
Dkexec.h213 int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags);
214 #define arch_crash_hotplug_support arch_crash_hotplug_support macro
/linux-6.12.1/include/linux/
Dcrash_core.h45 #ifndef arch_crash_hotplug_support
46 static inline int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags) in arch_crash_hotplug_support() function
/linux-6.12.1/kernel/
Dkexec.c138 if ((flags & KEXEC_ON_CRASH) && arch_crash_hotplug_support(image, flags)) in do_kexec_load()
Dkexec_file.c380 if ((flags & KEXEC_FILE_ON_CRASH) && arch_crash_hotplug_support(image, flags)) in SYSCALL_DEFINE5()
/linux-6.12.1/arch/powerpc/kexec/
Dcrash.c547 int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags) in arch_crash_hotplug_support() function
/linux-6.12.1/arch/x86/kernel/
Dcrash.c417 int arch_crash_hotplug_support(struct kimage *image, unsigned long kexec_flags) in arch_crash_hotplug_support() function