Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dmachine_kexec_file_64.c34 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
/Linux-v4.19/arch/s390/kernel/
Dmachine_kexec_file.c14 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
/Linux-v4.19/include/linux/
Dkexec.h142 extern const struct kexec_file_ops * const kexec_file_loaders[];
/Linux-v4.19/arch/x86/kernel/
Dmachine_kexec_64.c33 const struct kexec_file_ops * const kexec_file_loaders[] = { variable
/Linux-v4.19/kernel/
Dkexec_file.c47 for (fops = &kexec_file_loaders[0]; *fops && (*fops)->probe; ++fops) { in kexec_image_probe_default()