Searched refs:kexec_file_ops (Results 1 – 16 of 16) sorted by relevance
77 extern const struct kexec_file_ops s390_kexec_image_ops;78 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[] = {
133 struct kexec_file_ops { struct142 extern const struct kexec_file_ops * const kexec_file_loaders[]; argument288 const struct kexec_file_ops *fops;
5 extern const struct kexec_file_ops kexec_bzImage64_ops;
101 extern const struct kexec_file_ops kexec_image_ops;
59 const struct kexec_file_ops s390_kexec_image_ops = {
130 const struct kexec_file_ops s390_kexec_elf_ops = {
19 const struct kexec_file_ops * const kexec_file_loaders[] = {
101 extern const struct kexec_file_ops kexec_elf64_ops;
124 const struct kexec_file_ops kexec_image_ops = {
33 const struct kexec_file_ops * const kexec_file_loaders[] = {
122 const struct kexec_file_ops kexec_elf64_ops = {
25 const struct kexec_file_ops * const kexec_file_loaders[] = {
559 const struct kexec_file_ops kexec_bzImage64_ops = {
81 const struct kexec_file_ops * const kexec_file_loaders[] = {
41 const struct kexec_file_ops * const *fops; in kexec_image_probe_default()