Home
last modified time | relevance | path

Searched refs:kexec_file_ops (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/arch/s390/include/asm/
Dkexec.h69 extern const struct kexec_file_ops s390_kexec_image_ops;
70 extern const struct kexec_file_ops s390_kexec_elf_ops;
/Linux-v4.19/include/linux/
Dkexec.h133 struct kexec_file_ops { struct
142 extern const struct kexec_file_ops * const kexec_file_loaders[]; argument
255 const struct kexec_file_ops *fops;
/Linux-v4.19/arch/x86/include/asm/
Dkexec-bzimage64.h5 extern const struct kexec_file_ops kexec_bzImage64_ops;
/Linux-v4.19/arch/s390/kernel/
Dkexec_image.c73 const struct kexec_file_ops s390_kexec_image_ops = {
Dkexec_elf.c144 const struct kexec_file_ops s390_kexec_elf_ops = {
Dmachine_kexec_file.c14 const struct kexec_file_ops * const kexec_file_loaders[] = {
/Linux-v4.19/arch/powerpc/include/asm/
Dkexec.h98 extern const struct kexec_file_ops kexec_elf64_ops;
/Linux-v4.19/arch/powerpc/kernel/
Dmachine_kexec_file_64.c34 const struct kexec_file_ops * const kexec_file_loaders[] = {
Dkexec_elf_64.c661 const struct kexec_file_ops kexec_elf64_ops = {
/Linux-v4.19/arch/x86/kernel/
Dkexec-bzimage64.c540 const struct kexec_file_ops kexec_bzImage64_ops = {
Dmachine_kexec_64.c33 const struct kexec_file_ops * const kexec_file_loaders[] = {
/Linux-v4.19/kernel/
Dkexec_file.c44 const struct kexec_file_ops * const *fops; in kexec_image_probe_default()