H A D | machine_kexec_file.c | 43 vfree(image->arch.dtb); in arch_kimage_file_post_load_cleanup() 44 image->arch.dtb = NULL; in arch_kimage_file_post_load_cleanup() 55 char *cmdline, void *dtb) in setup_dtb() 59 ret = fdt_path_offset(dtb, "/chosen"); in setup_dtb() 65 ret = fdt_delprop(dtb, off, FDT_PROP_KEXEC_ELFHDR); in setup_dtb() 68 ret = fdt_delprop(dtb, off, FDT_PROP_MEM_RANGE); in setup_dtb() 74 ret = fdt_appendprop_addrrange(dtb, 0, off, in setup_dtb() 82 ret = fdt_appendprop_addrrange(dtb, 0, off, in setup_dtb() 92 ret = fdt_setprop_string(dtb, off, FDT_PROP_BOOTARGS, cmdline); in setup_dtb() 96 ret = fdt_delprop(dtb, of in setup_dtb() 53 setup_dtb(struct kimage *image, unsigned long initrd_load_addr, unsigned long initrd_len, char *cmdline, void *dtb) setup_dtb() argument 165 create_dtb(struct kimage *image, unsigned long initrd_load_addr, unsigned long initrd_len, char *cmdline, void **dtb) create_dtb() argument 257 void *headers, *dtb = NULL; load_other_segments() local [all...] |