kexec_file_loaders   33 arch/arm64/kernel/machine_kexec_file.c const struct kexec_file_ops * const kexec_file_loaders[] = {
kexec_file_loaders   83 arch/parisc/kernel/kexec_file.c const struct kexec_file_ops * const kexec_file_loaders[] = {
kexec_file_loaders   25 arch/powerpc/kernel/machine_kexec_file_64.c const struct kexec_file_ops * const kexec_file_loaders[] = {
kexec_file_loaders   19 arch/s390/kernel/machine_kexec_file.c const struct kexec_file_ops * const kexec_file_loaders[] = {
kexec_file_loaders   81 arch/x86/kernel/machine_kexec_64.c const struct kexec_file_ops * const kexec_file_loaders[] = {
kexec_file_loaders  142 include/linux/kexec.h extern const struct kexec_file_ops * const kexec_file_loaders[];
kexec_file_loaders   44 kernel/kexec_file.c 	for (fops = &kexec_file_loaders[0]; *fops && (*fops)->probe; ++fops) {