totalsize        1241 arch/alpha/kernel/setup.c #define CSHAPE(totalsize, linesize, assoc) \
totalsize        1242 arch/alpha/kernel/setup.c   ((totalsize & ~0xff) | (linesize << 4) | assoc)
totalsize         203 arch/arm/mach-pxa/am200epd.c 	int totalsize;
totalsize         237 arch/arm/mach-pxa/am200epd.c 	totalsize = fw + am200_board.wfm_size + padding_size + (fw*fh);
totalsize         247 arch/arm/mach-pxa/am200epd.c 	am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw);
totalsize          50 arch/powerpc/include/asm/prom.h 	__be32	totalsize;		/* total size of DT block */
totalsize        2690 arch/powerpc/kernel/prom_init.c 	hdr->totalsize = cpu_to_be32(dt_struct_end - dt_header_start);
totalsize         398 arch/powerpc/platforms/powermac/bootx_init.c 	hdr->totalsize = mem_end - mem_start;
totalsize         196 arch/sh/kernel/cpu/init.c #define CSHAPE(totalsize, linesize, assoc) \
totalsize         197 arch/sh/kernel/cpu/init.c 	((totalsize & ~0xff) | (linesize << 4) | assoc)
totalsize          16 arch/x86/include/asm/microcode_intel.h 	unsigned int            totalsize;
totalsize          47 arch/x86/include/asm/microcode_intel.h 	 ((struct microcode_intel *)mc)->hdr.totalsize : \
totalsize         168 include/sound/sof/header.h 	uint32_t totalsize;	/* Total size of oops message */
totalsize          57 scripts/dtc/fdtdump.c 	uint32_t totalsize = fdt32_to_cpu(bph->totalsize);
totalsize          69 scripts/dtc/fdtdump.c 	printf("// totalsize:\t\t0x%x (%d)\n", totalsize, totalsize);
totalsize         335 scripts/dtc/flattree.c 	fdt->totalsize = cpu_to_fdt32(reserve_off + reservesize + dtsize + strsize);
totalsize         376 scripts/dtc/flattree.c 		padlen = minsize - fdt32_to_cpu(fdt.totalsize);
totalsize         382 scripts/dtc/flattree.c 					fdt32_to_cpu(fdt.totalsize), minsize);
totalsize         390 scripts/dtc/flattree.c 		padlen = ALIGN(fdt32_to_cpu(fdt.totalsize) + padlen, alignsize)
totalsize         391 scripts/dtc/flattree.c 			- fdt32_to_cpu(fdt.totalsize);
totalsize         394 scripts/dtc/flattree.c 		int tsize = fdt32_to_cpu(fdt.totalsize);
totalsize         396 scripts/dtc/flattree.c 		fdt.totalsize = cpu_to_fdt32(tsize);
totalsize         799 scripts/dtc/flattree.c 	uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys;
totalsize         840 scripts/dtc/flattree.c 	totalsize = fdt32_to_cpu(totalsize_buf);
totalsize         841 scripts/dtc/flattree.c 	if (totalsize < FDT_V1_SIZE)
totalsize         842 scripts/dtc/flattree.c 		die("DT blob size (%d) is too small\n", totalsize);
totalsize         844 scripts/dtc/flattree.c 	blob = xmalloc(totalsize);
totalsize         848 scripts/dtc/flattree.c 	fdt->totalsize = cpu_to_fdt32(totalsize);
totalsize         850 scripts/dtc/flattree.c 	sizeleft = totalsize - sizeof(magic) - sizeof(totalsize);
totalsize         851 scripts/dtc/flattree.c 	p = blob + sizeof(magic)  + sizeof(totalsize);
totalsize         856 scripts/dtc/flattree.c 			    totalsize);
totalsize         873 scripts/dtc/flattree.c 	if (off_mem_rsvmap >= totalsize)
totalsize         876 scripts/dtc/flattree.c 	if (off_dt >= totalsize)
totalsize         879 scripts/dtc/flattree.c 	if (off_str > totalsize)
totalsize         884 scripts/dtc/flattree.c 		if ((off_str+size_str < off_str) || (off_str+size_str > totalsize))
totalsize         888 scripts/dtc/flattree.c 		inbuf_init(&strbuf, blob + off_str, blob + totalsize);
totalsize         893 scripts/dtc/flattree.c 		if ((off_dt+size_dt < off_dt) || (off_dt+size_dt > totalsize))
totalsize         904 scripts/dtc/flattree.c 		   blob + off_mem_rsvmap, blob + totalsize);
totalsize         905 scripts/dtc/flattree.c 	inbuf_init(&dtbuf, blob + off_dt, blob + totalsize);
totalsize          37 scripts/dtc/libfdt/fdt.c static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off)
totalsize          39 scripts/dtc/libfdt/fdt.c 	return (off >= hdrsize) && (off <= totalsize);
totalsize          42 scripts/dtc/libfdt/fdt.c static int check_block_(uint32_t hdrsize, uint32_t totalsize,
totalsize          45 scripts/dtc/libfdt/fdt.c 	if (!check_off_(hdrsize, totalsize, base))
totalsize          49 scripts/dtc/libfdt/fdt.c 	if (!check_off_(hdrsize, totalsize, base + size))
totalsize          14 scripts/dtc/libfdt/fdt.h 	fdt32_t totalsize;		 /* total size of DT block */
totalsize         237 scripts/dtc/libfdt/libfdt.h #define fdt_totalsize(fdt)		(fdt_get_header(fdt, totalsize))
totalsize         254 scripts/dtc/libfdt/libfdt.h fdt_set_hdr_(totalsize);
totalsize         293 scripts/dtc/util.c 	int totalsize;
totalsize         304 scripts/dtc/util.c 	totalsize = fdt_totalsize(blob);
totalsize         307 scripts/dtc/util.c 	while (offset < totalsize) {
totalsize         308 scripts/dtc/util.c 		ret = write(fd, ptr + offset, totalsize - offset);
totalsize         232 sound/soc/sof/intel/bdw.c 	if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) {
totalsize         234 sound/soc/sof/intel/bdw.c 			xoops->arch_hdr.totalsize);
totalsize         237 sound/soc/sof/intel/bdw.c 	offset += xoops->arch_hdr.totalsize;
totalsize         131 sound/soc/sof/intel/byt.c 	if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) {
totalsize         133 sound/soc/sof/intel/byt.c 			xoops->arch_hdr.totalsize);
totalsize         136 sound/soc/sof/intel/byt.c 	offset += xoops->arch_hdr.totalsize;
totalsize         136 sound/soc/sof/intel/hda.c 	if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) {
totalsize         138 sound/soc/sof/intel/hda.c 			xoops->arch_hdr.totalsize);
totalsize         141 sound/soc/sof/intel/hda.c 	offset += xoops->arch_hdr.totalsize;