kexec_file_ops    101 arch/arm64/include/asm/kexec.h extern const struct kexec_file_ops kexec_image_ops;
kexec_file_ops    124 arch/arm64/kernel/kexec_image.c const struct kexec_file_ops kexec_image_ops = {
kexec_file_ops     33 arch/arm64/kernel/machine_kexec_file.c const struct kexec_file_ops * const kexec_file_loaders[] = {
kexec_file_ops     78 arch/parisc/kernel/kexec_file.c const struct kexec_file_ops kexec_elf_ops = {
kexec_file_ops     83 arch/parisc/kernel/kexec_file.c const struct kexec_file_ops * const kexec_file_loaders[] = {
kexec_file_ops    101 arch/powerpc/include/asm/kexec.h extern const struct kexec_file_ops kexec_elf64_ops;
kexec_file_ops    122 arch/powerpc/kernel/kexec_elf_64.c const struct kexec_file_ops kexec_elf64_ops = {
kexec_file_ops     25 arch/powerpc/kernel/machine_kexec_file_64.c const struct kexec_file_ops * const kexec_file_loaders[] = {
kexec_file_ops     77 arch/s390/include/asm/kexec.h extern const struct kexec_file_ops s390_kexec_image_ops;
kexec_file_ops     78 arch/s390/include/asm/kexec.h extern const struct kexec_file_ops s390_kexec_elf_ops;
kexec_file_ops    130 arch/s390/kernel/kexec_elf.c const struct kexec_file_ops s390_kexec_elf_ops = {
kexec_file_ops     59 arch/s390/kernel/kexec_image.c const struct kexec_file_ops s390_kexec_image_ops = {
kexec_file_ops     19 arch/s390/kernel/machine_kexec_file.c const struct kexec_file_ops * const kexec_file_loaders[] = {
kexec_file_ops      5 arch/x86/include/asm/kexec-bzimage64.h extern const struct kexec_file_ops kexec_bzImage64_ops;
kexec_file_ops    559 arch/x86/kernel/kexec-bzimage64.c const struct kexec_file_ops kexec_bzImage64_ops = {
kexec_file_ops     81 arch/x86/kernel/machine_kexec_64.c const struct kexec_file_ops * const kexec_file_loaders[] = {
kexec_file_ops    142 include/linux/kexec.h extern const struct kexec_file_ops * const kexec_file_loaders[];
kexec_file_ops    288 include/linux/kexec.h 	const struct kexec_file_ops *fops;
kexec_file_ops     41 kernel/kexec_file.c 	const struct kexec_file_ops * const *fops;