Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dkexec.h85 extern const struct kexec_file_ops s390_kexec_image_ops;
86 extern const struct kexec_file_ops s390_kexec_elf_ops;
/linux-6.15/arch/parisc/kernel/
H A Dkexec_file.c78 const struct kexec_file_ops kexec_elf_ops = {
83 const struct kexec_file_ops * const kexec_file_loaders[] = {
/linux-6.15/include/linux/
H A Dkexec.h138 struct kexec_file_ops { struct
147 extern const struct kexec_file_ops * const kexec_file_loaders[]; argument
351 const struct kexec_file_ops *fops;
/linux-6.15/arch/riscv/kernel/
H A Dmachine_kexec_file.c11 const struct kexec_file_ops * const kexec_file_loaders[] = {
H A Delf_kexec.c482 const struct kexec_file_ops elf_kexec_ops = {
/linux-6.15/arch/x86/include/asm/
H A Dkexec-bzimage64.h5 extern const struct kexec_file_ops kexec_bzImage64_ops;
/linux-6.15/arch/riscv/include/asm/
H A Dkexec.h58 extern const struct kexec_file_ops elf_kexec_ops;
/linux-6.15/arch/s390/kernel/
H A Dkexec_image.c61 const struct kexec_file_ops s390_kexec_image_ops = {
H A Dkexec_elf.c132 const struct kexec_file_ops s390_kexec_elf_ops = {
H A Dmachine_kexec_file.c22 const struct kexec_file_ops * const kexec_file_loaders[] = {
/linux-6.15/arch/arm64/include/asm/
H A Dkexec.h122 extern const struct kexec_file_ops kexec_image_ops;
/linux-6.15/arch/arm64/kernel/
H A Dkexec_image.c132 const struct kexec_file_ops kexec_image_ops = {
H A Dmachine_kexec_file.c25 const struct kexec_file_ops * const kexec_file_loaders[] = {
/linux-6.15/arch/powerpc/include/asm/
H A Dkexec.h70 extern const struct kexec_file_ops kexec_elf64_ops;
/linux-6.15/arch/powerpc/kexec/
H A Delf_64.c161 const struct kexec_file_ops kexec_elf64_ops = {
H A Dfile_load_64.c47 const struct kexec_file_ops * const kexec_file_loaders[] = {
/linux-6.15/arch/x86/kernel/
H A Dmachine_kexec_64.c80 const struct kexec_file_ops * const kexec_file_loaders[] = {
H A Dkexec-bzimage64.c610 const struct kexec_file_ops kexec_bzImage64_ops = {
/linux-6.15/kernel/
H A Dkexec_file.c54 const struct kexec_file_ops * const *fops; in kexec_image_probe_default()