Home
last modified time | relevance | path

Searched refs:kexec_file_loaders (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dmachine_kexec_file.c11 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
/openbmc/linux/arch/parisc/kernel/
H A Dkexec_file.c83 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
/openbmc/linux/arch/arm64/kernel/
H A Dmachine_kexec_file.c25 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
/openbmc/linux/include/linux/
H A Dkexec.h151 extern const struct kexec_file_ops * const kexec_file_loaders[];
/openbmc/linux/arch/s390/kernel/
H A Dmachine_kexec_file.c22 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
/openbmc/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c83 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
/openbmc/linux/arch/powerpc/kexec/
H A Dfile_load_64.c45 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
/openbmc/linux/kernel/
H A Dkexec_file.c57 for (fops = &kexec_file_loaders[0]; *fops && (*fops)->probe; ++fops) { in kexec_image_probe_default()