Searched refs:kexec_file_loaders (Results 1 – 5 of 5) sorted by relevance
34 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
14 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
142 extern const struct kexec_file_ops * const kexec_file_loaders[];
33 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
47 for (fops = &kexec_file_loaders[0]; *fops && (*fops)->probe; ++fops) { in kexec_image_probe_default()