Searched defs:is_kdump_kernel (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dcrash_dump.c101 bool is_kdump_kernel(void) function
105 EXPORT_SYMBOL_GPL(is_kdump_kernel); variable
/linux-master/include/linux/
H A Dcrash_dump.h64 static inline bool is_kdump_kernel(void) function
118 static inline bool is_kdump_kernel(void) { return false; } function
/linux-master/arch/powerpc/include/asm/
H A Dkexec.h156 #define is_kdump_kernel is_kdump_kernel macro

Completed in 96 milliseconds