Symbol: kexec_file_ops
arch/arm64/include/asm/kexec.h
122
extern const struct kexec_file_ops kexec_image_ops;
arch/arm64/kernel/kexec_image.c
132
const struct kexec_file_ops kexec_image_ops = {
arch/arm64/kernel/machine_kexec_file.c
25
const struct kexec_file_ops * const kexec_file_loaders[] = {
arch/loongarch/include/asm/kexec.h
45
extern const struct kexec_file_ops kexec_efi_ops;
arch/loongarch/include/asm/kexec.h
46
extern const struct kexec_file_ops kexec_elf_ops;
arch/loongarch/kernel/kexec_efi.c
110
const struct kexec_file_ops kexec_efi_ops = {
arch/loongarch/kernel/kexec_elf.c
102
const struct kexec_file_ops kexec_elf_ops = {
arch/loongarch/kernel/machine_kexec_file.c
23
const struct kexec_file_ops * const kexec_file_loaders[] = {
arch/parisc/kernel/kexec_file.c
78
const struct kexec_file_ops kexec_elf_ops = {
arch/parisc/kernel/kexec_file.c
83
const struct kexec_file_ops * const kexec_file_loaders[] = {
arch/powerpc/include/asm/kexec.h
70
extern const struct kexec_file_ops kexec_elf64_ops;
arch/powerpc/kexec/elf_64.c
161
const struct kexec_file_ops kexec_elf64_ops = {
arch/powerpc/kexec/file_load_64.c
47
const struct kexec_file_ops * const kexec_file_loaders[] = {
arch/riscv/include/asm/kexec.h
58
extern const struct kexec_file_ops elf_kexec_ops;
arch/riscv/include/asm/kexec.h
59
extern const struct kexec_file_ops image_kexec_ops;
arch/riscv/kernel/kexec_elf.c
142
const struct kexec_file_ops elf_kexec_ops = {
arch/riscv/kernel/kexec_image.c
93
const struct kexec_file_ops image_kexec_ops = {
arch/riscv/kernel/machine_kexec_file.c
20
const struct kexec_file_ops * const kexec_file_loaders[] = {
arch/s390/include/asm/kexec.h
85
extern const struct kexec_file_ops s390_kexec_image_ops;
arch/s390/include/asm/kexec.h
86
extern const struct kexec_file_ops s390_kexec_elf_ops;
arch/s390/kernel/kexec_elf.c
132
const struct kexec_file_ops s390_kexec_elf_ops = {
arch/s390/kernel/kexec_image.c
61
const struct kexec_file_ops s390_kexec_image_ops = {
arch/s390/kernel/machine_kexec_file.c
22
const struct kexec_file_ops * const kexec_file_loaders[] = {
arch/x86/include/asm/kexec-bzimage64.h
5
extern const struct kexec_file_ops kexec_bzImage64_ops;
arch/x86/kernel/kexec-bzimage64.c
718
const struct kexec_file_ops kexec_bzImage64_ops = {
arch/x86/kernel/machine_kexec_64.c
94
const struct kexec_file_ops * const kexec_file_loaders[] = {
include/linux/kexec.h
157
extern const struct kexec_file_ops * const kexec_file_loaders[];
include/linux/kexec.h
391
const struct kexec_file_ops *fops;
kernel/kexec_file.c
69
const struct kexec_file_ops * const *fops;