Searched refs:kexec_file_ops (Results 1 – 12 of 12) sorted by relevance
69 extern const struct kexec_file_ops s390_kexec_image_ops;70 extern const struct kexec_file_ops s390_kexec_elf_ops;
133 struct kexec_file_ops { struct142 extern const struct kexec_file_ops * const kexec_file_loaders[]; argument255 const struct kexec_file_ops *fops;
5 extern const struct kexec_file_ops kexec_bzImage64_ops;
73 const struct kexec_file_ops s390_kexec_image_ops = {
144 const struct kexec_file_ops s390_kexec_elf_ops = {
14 const struct kexec_file_ops * const kexec_file_loaders[] = {
98 extern const struct kexec_file_ops kexec_elf64_ops;
34 const struct kexec_file_ops * const kexec_file_loaders[] = {
661 const struct kexec_file_ops kexec_elf64_ops = {
540 const struct kexec_file_ops kexec_bzImage64_ops = {
33 const struct kexec_file_ops * const kexec_file_loaders[] = {
44 const struct kexec_file_ops * const *fops; in kexec_image_probe_default()