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[] = {
140 struct kexec_file_ops { struct149 extern const struct kexec_file_ops * const kexec_file_loaders[]; argument365 const struct kexec_file_ops *fops;
11 const struct kexec_file_ops * const kexec_file_loaders[] = {
445 const struct kexec_file_ops elf_kexec_ops = {
5 extern const struct kexec_file_ops kexec_bzImage64_ops;
57 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[] = {
128 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 = {
41 const struct kexec_file_ops * const kexec_file_loaders[] = {
598 const struct kexec_file_ops kexec_bzImage64_ops = {
82 const struct kexec_file_ops * const kexec_file_loaders[] = {
54 const struct kexec_file_ops * const *fops; in kexec_image_probe_default()