Home
last modified time | relevance | path

Searched refs:fdt_header (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/scripts/gdb/linux/
Dproc.py210 def fdthdr_to_cpu(self, fdt_header): argument
221 fdt_header['magic'],
222 fdt_header['totalsize'],
223 fdt_header['off_dt_struct'],
224 fdt_header['off_dt_strings'],
225 fdt_header['off_mem_rsvmap'],
226 fdt_header['version'],
227 fdt_header['last_comp_version']))
243 fdt_header = self.fdthdr_to_cpu(py_fdt_header)
245 if fdt_header[0] != constants.LX_OF_DT_HEADER:
[all …]
/Linux-v4.19/arch/mips/generic/
Dkexec.c20 struct fdt_header fdt; in generic_kexec_prepare()
/Linux-v4.19/scripts/dtc/libfdt/
Dfdt.h57 struct fdt_header { struct
Dlibfdt.h216 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
231 struct fdt_header *fdth = (struct fdt_header *)fdt; \
Dfdt_sw.c92 if (bufsize < sizeof(struct fdt_header)) in fdt_create()
102 fdt_set_off_mem_rsvmap(fdt, FDT_ALIGN(sizeof(struct fdt_header), in fdt_create()
Dfdt_rw.c61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8)) in fdt_blocks_misordered_()
412 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8); in fdt_packblocks_()
465 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size in fdt_open_into()
/Linux-v4.19/scripts/dtc/
Dfdtdump.c48 struct fdt_header *bph = blob; in dump_blob()
Dflattree.c328 static void make_fdt_header(struct fdt_header *fdt, in make_fdt_header()
368 struct fdt_header fdt; in dt_to_blob()
818 struct fdt_header *fdt; in dt_from_blob()
861 fdt = (struct fdt_header *)blob; in dt_from_blob()
/Linux-v4.19/drivers/of/
Doverlay.c855 if (overlay_fdt_size < sizeof(struct fdt_header) || in of_overlay_fdt_apply()