| /Linux-v5.4/scripts/dtc/ |
| D | flattree.c | 335 fdt->totalsize = cpu_to_fdt32(reserve_off + reservesize + dtsize + strsize); in make_fdt_header() 376 padlen = minsize - fdt32_to_cpu(fdt.totalsize); in dt_to_blob() 382 fdt32_to_cpu(fdt.totalsize), minsize); in dt_to_blob() 390 padlen = ALIGN(fdt32_to_cpu(fdt.totalsize) + padlen, alignsize) in dt_to_blob() 391 - fdt32_to_cpu(fdt.totalsize); in dt_to_blob() 394 int tsize = fdt32_to_cpu(fdt.totalsize); in dt_to_blob() 396 fdt.totalsize = cpu_to_fdt32(tsize); in dt_to_blob() 799 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local 840 totalsize = fdt32_to_cpu(totalsize_buf); in dt_from_blob() 841 if (totalsize < FDT_V1_SIZE) in dt_from_blob() [all …]
|
| D | fdtdump.c | 57 uint32_t totalsize = fdt32_to_cpu(bph->totalsize); in dump_blob() local 69 printf("// totalsize:\t\t0x%x (%d)\n", totalsize, totalsize); in dump_blob()
|
| D | util.c | 293 int totalsize; in utilfdt_write_err() local 304 totalsize = fdt_totalsize(blob); in utilfdt_write_err() 307 while (offset < totalsize) { in utilfdt_write_err() 308 ret = write(fd, ptr + offset, totalsize - offset); in utilfdt_write_err()
|
| /Linux-v5.4/scripts/dtc/libfdt/ |
| D | fdt.c | 37 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) in check_off_() argument 39 return (off >= hdrsize) && (off <= totalsize); in check_off_() 42 static int check_block_(uint32_t hdrsize, uint32_t totalsize, in check_block_() argument 45 if (!check_off_(hdrsize, totalsize, base)) in check_block_() 49 if (!check_off_(hdrsize, totalsize, base + size)) in check_block_()
|
| D | fdt.h | 14 fdt32_t totalsize; /* total size of DT block */ member
|
| D | libfdt.h | 237 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize)) 254 fdt_set_hdr_(totalsize);
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | microcode_intel.h | 16 unsigned int totalsize; member 47 ((struct microcode_intel *)mc)->hdr.totalsize : \
|
| /Linux-v5.4/arch/arm/mach-pxa/ |
| D | am200epd.c | 203 int totalsize; in am200_presetup_fb() local 237 totalsize = fw + am200_board.wfm_size + padding_size + (fw*fh); in am200_presetup_fb() 247 am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw); in am200_presetup_fb()
|
| /Linux-v5.4/arch/sh/kernel/cpu/ |
| D | init.c | 196 #define CSHAPE(totalsize, linesize, assoc) \ argument 197 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
| /Linux-v5.4/sound/soc/sof/intel/ |
| D | bdw.c | 232 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) { in bdw_get_registers() 234 xoops->arch_hdr.totalsize); in bdw_get_registers() 237 offset += xoops->arch_hdr.totalsize; in bdw_get_registers()
|
| D | byt.c | 130 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) { in byt_get_registers() 132 xoops->arch_hdr.totalsize); in byt_get_registers() 135 offset += xoops->arch_hdr.totalsize; in byt_get_registers()
|
| D | hda.c | 136 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) { in hda_dsp_get_registers() 138 xoops->arch_hdr.totalsize); in hda_dsp_get_registers() 141 offset += xoops->arch_hdr.totalsize; in hda_dsp_get_registers()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | prom.h | 50 __be32 totalsize; /* total size of DT block */ member
|
| /Linux-v5.4/include/sound/sof/ |
| D | header.h | 168 uint32_t totalsize; /* Total size of oops message */ member
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | setup.c | 1241 #define CSHAPE(totalsize, linesize, assoc) \ argument 1242 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
| /Linux-v5.4/arch/powerpc/platforms/powermac/ |
| D | bootx_init.c | 398 hdr->totalsize = mem_end - mem_start; in bootx_flatten_dt()
|
| /Linux-v5.4/Documentation/devicetree/ |
| D | booting-without-of.txt | 361 u32 totalsize; /* total size of DT block */ 402 - totalsize 512 --- (base + totalsize)
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | prom_init.c | 2687 hdr->totalsize = cpu_to_be32(dt_struct_end - dt_header_start); in flatten_device_tree()
|