Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcrash_core.h89 static inline int kexec_crash_loaded(void) { return 0; } in kexec_crash_loaded() function
H A Dkexec.h476 static inline int kexec_crash_loaded(void) { return 0; } in kexec_crash_loaded() function
/linux/kernel/
H A Dcrash_core.c94 int kexec_crash_loaded(void) in kexec_crash_loaded() function