Home
last modified time | relevance | path

Searched defs:is_kdump_kernel (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcrash_dump.h64 static inline bool is_kdump_kernel(void) in is_kdump_kernel() function
118 static inline bool is_kdump_kernel(void) { return false; } in is_kdump_kernel() function
/linux/arch/powerpc/include/asm/
H A Dkexec.h165 #define is_kdump_kernel is_kdump_kernel macro