Searched refs:kexec_file_ops (Results 1 – 19 of 19) sorted by relevance
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;
11 const struct kexec_file_ops * const kexec_file_loaders[] = {
472 const struct kexec_file_ops elf_kexec_ops = {
142 struct kexec_file_ops { struct151 extern const struct kexec_file_ops * const kexec_file_loaders[]; argument344 const struct kexec_file_ops *fops;
58 extern const struct kexec_file_ops elf_kexec_ops;
59 const struct kexec_file_ops s390_kexec_image_ops = {
130 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;
132 const struct kexec_file_ops kexec_image_ops = {
25 const struct kexec_file_ops * const kexec_file_loaders[] = {
108 extern const struct kexec_file_ops kexec_elf64_ops;
154 const struct kexec_file_ops kexec_elf64_ops = {
45 const struct kexec_file_ops * const kexec_file_loaders[] = {
598 const struct kexec_file_ops kexec_bzImage64_ops = {
83 const struct kexec_file_ops * const kexec_file_loaders[] = {
54 const struct kexec_file_ops * const *fops; in kexec_image_probe_default()