Searched refs:fdt_header (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/scripts/gdb/linux/ |
D | proc.py | 214 def fdthdr_to_cpu(self, fdt_header): argument 225 fdt_header['magic'], 226 fdt_header['totalsize'], 227 fdt_header['off_dt_struct'], 228 fdt_header['off_dt_strings'], 229 fdt_header['off_mem_rsvmap'], 230 fdt_header['version'], 231 fdt_header['last_comp_version'])) 247 fdt_header = self.fdthdr_to_cpu(py_fdt_header) 249 if fdt_header[0] != constants.LX_OF_DT_HEADER: [all …]
|
/Linux-v5.15/scripts/dtc/libfdt/ |
D | fdt.h | 12 struct fdt_header { struct
|
D | fdt_rw.c | 16 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8)) in fdt_blocks_misordered_() 398 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8); in fdt_packblocks_() 454 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size in fdt_open_into()
|
D | libfdt.h | 241 (fdt32_ld(&((const struct fdt_header *)(fdt))->field)) 256 struct fdt_header *fdth = (struct fdt_header *)fdt; \
|
D | fdt_sw.c | 111 const int hdrsize = FDT_ALIGN(sizeof(struct fdt_header), in fdt_create_with_flags()
|
/Linux-v5.15/arch/riscv/kernel/ |
D | machine_kexec.c | 56 struct fdt_header fdt = {0}; in machine_kexec_prepare()
|
/Linux-v5.15/scripts/dtc/ |
D | flattree.c | 313 static void make_fdt_header(struct fdt_header *fdt, in make_fdt_header() 353 struct fdt_header fdt; in dt_to_blob() 803 struct fdt_header *fdt; in dt_from_blob() 846 fdt = (struct fdt_header *)blob; in dt_from_blob()
|
/Linux-v5.15/arch/mips/kernel/ |
D | machine_kexec.c | 65 struct fdt_header fdt; in uhi_machine_kexec_prepare()
|
/Linux-v5.15/drivers/of/ |
D | overlay.c | 1028 if (overlay_fdt_size < sizeof(struct fdt_header) || in of_overlay_fdt_apply()
|