Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/kernel/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[] = {
/OK3568_Linux_fs/kernel/include/linux/
H A Dkexec.h133 struct kexec_file_ops { struct
142 extern const struct kexec_file_ops * const kexec_file_loaders[]; argument
325 const struct kexec_file_ops *fops;
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkexec-bzimage64.h5 extern const struct kexec_file_ops kexec_bzImage64_ops;
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkexec.h105 extern const struct kexec_file_ops kexec_image_ops;
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dkexec_image.c59 const struct kexec_file_ops s390_kexec_image_ops = {
H A Dkexec_elf.c130 const struct kexec_file_ops s390_kexec_elf_ops = {
H A Dmachine_kexec_file.c20 const struct kexec_file_ops * const kexec_file_loaders[] = {
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkexec.h101 extern const struct kexec_file_ops kexec_elf64_ops;
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dkexec_image.c141 const struct kexec_file_ops kexec_image_ops = {
H A Dmachine_kexec_file.c36 const struct kexec_file_ops * const kexec_file_loaders[] = {
/OK3568_Linux_fs/kernel/arch/powerpc/kexec/
H A Delf_64.c152 const struct kexec_file_ops kexec_elf64_ops = {
H A Dfile_load_64.c40 const struct kexec_file_ops * const kexec_file_loaders[] = {
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkexec-bzimage64.c548 const struct kexec_file_ops kexec_bzImage64_ops = {
H A Dmachine_kexec_64.c80 const struct kexec_file_ops * const kexec_file_loaders[] = {
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_file.c51 const struct kexec_file_ops * const *fops; in kexec_image_probe_default()