Searched refs:fdt_header (Results 1 – 5 of 5) sorted by relevance
12 struct fdt_header { struct
248 (fdt32_ld(&((const struct fdt_header *)(fdt))->field))263 struct fdt_header *fdth = (struct fdt_header *)fdt; \
143 if (mapped_size < sizeof(struct fdt_header)) { in plat_spm_core_manifest_load()
16 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8)) in fdt_blocks_misordered_()403 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8); in fdt_packblocks_()458 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size in fdt_open_into()
111 const int hdrsize = FDT_ALIGN(sizeof(struct fdt_header), in fdt_create_with_flags()
Completed in 8 milliseconds