Searched refs:kexec_file_ops (Results 1 – 19 of 19) sorted by relevance
58 extern const struct kexec_file_ops elf_kexec_ops;59 extern const struct kexec_file_ops image_kexec_ops;
85 extern const struct kexec_file_ops s390_kexec_image_ops;86 extern const struct kexec_file_ops s390_kexec_elf_ops;
78 const struct kexec_file_ops kexec_elf_ops = {83 const struct kexec_file_ops * const kexec_file_loaders[] = {
5 extern const struct kexec_file_ops kexec_bzImage64_ops;
148 struct kexec_file_ops { struct157 extern const struct kexec_file_ops * const kexec_file_loaders[]; argument391 const struct kexec_file_ops *fops;
61 const struct kexec_file_ops s390_kexec_image_ops = {
132 const struct kexec_file_ops s390_kexec_elf_ops = {
22 const struct kexec_file_ops * const kexec_file_loaders[] = {
122 extern const struct kexec_file_ops kexec_image_ops;
93 const struct kexec_file_ops image_kexec_ops = {
142 const struct kexec_file_ops elf_kexec_ops = {
19 const struct kexec_file_ops * const kexec_file_loaders[] = {
132 const struct kexec_file_ops kexec_image_ops = {
25 const struct kexec_file_ops * const kexec_file_loaders[] = {
70 extern const struct kexec_file_ops kexec_elf64_ops;
161 const struct kexec_file_ops kexec_elf64_ops = {
93 const struct kexec_file_ops * const kexec_file_loaders[] = {
668 const struct kexec_file_ops kexec_bzImage64_ops = {
69 const struct kexec_file_ops * const *fops; in kexec_image_probe_default()