Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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-6.12.1/arch/powerpc/kernel/
Dcrash_dump.c101 bool is_kdump_kernel(void) in is_kdump_kernel() function
/linux-6.12.1/arch/powerpc/include/asm/
Dkexec.h165 #define is_kdump_kernel is_kdump_kernel macro