Searched refs:total_mem (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/board/freescale/b4860qds/ |
D | ddr.c | 200 unsigned long long total_mem, current_mem_base, total_ctlr_mem; in step_assign_addresses() local 204 total_mem = 0; in step_assign_addresses() 230 pinfo->common_timing_params[i].total_mem = in step_assign_addresses() 232 total_mem = current_mem_base + total_ctlr_mem; in step_assign_addresses() 257 pinfo->common_timing_params[i].total_mem = in step_assign_addresses() 259 total_mem += total_ctlr_mem; in step_assign_addresses() 262 debug("Total mem by %s is 0x%llx\n", __func__, total_mem); in step_assign_addresses() 264 return total_mem; in step_assign_addresses()
|
/external/webp/src/utils/ |
D | utils.c | 69 static size_t total_mem = 0; variable 81 fprintf(stderr, "total_mem: %u\n", (uint32_t)total_mem); in PrintMemInfo() 125 total_mem += size; in AddMem() 130 num_malloc_calls + num_calloc_calls, (uint32_t)total_mem); in AddMem() 132 fprintf(stderr, "Mem: %u (+%u)\n", (uint32_t)total_mem, (uint32_t)size); in AddMem() 135 if (total_mem > high_water_mark) high_water_mark = total_mem; in AddMem() 151 total_mem -= block->size_; in SubMem() 154 (uint32_t)total_mem, (uint32_t)block->size_); in SubMem() 180 const uint64_t new_total_mem = (uint64_t)total_mem + total_size; in CheckSizeArgumentsOverflow()
|
/external/u-boot/drivers/ddr/fsl/ |
D | main.c | 312 unsigned long long total_mem, current_mem_base, total_ctlr_mem; in __step_assign_addresses() local 378 total_mem = 0; in __step_assign_addresses() 423 pinfo->common_timing_params[i].total_mem = in __step_assign_addresses() 425 total_mem = current_mem_base + total_ctlr_mem; in __step_assign_addresses() 430 current_mem_base = total_mem; in __step_assign_addresses() 444 pinfo->common_timing_params[i].total_mem = in __step_assign_addresses() 446 total_mem += total_ctlr_mem; in __step_assign_addresses() 469 pinfo->common_timing_params[i].total_mem = in __step_assign_addresses() 471 total_mem += total_ctlr_mem; in __step_assign_addresses() 474 debug("Total mem by %s is 0x%llx\n", __func__, total_mem); in __step_assign_addresses() [all …]
|
D | util.c | 126 unsigned long long size = memctl_common_params->total_mem; in __fsl_ddr_set_lawbar()
|
D | interactive.c | 199 COMMON_TIMING(total_mem), in lowest_common_dimm_parameters_edit() 489 plcd_dimm_params->total_mem, in print_lowest_common_dimm_parameters() 490 plcd_dimm_params->total_mem / 0x100000); in print_lowest_common_dimm_parameters()
|
D | ctrl_regs.c | 2456 ea = sa + common_dimm->total_mem - 1; in compute_fsl_memctl_config_regs() 2470 ea = sa + common_dimm->total_mem - 1; in compute_fsl_memctl_config_regs()
|
/external/toolchain-utils/deprecated/mem_tests/ |
D | mem_groups.py | 47 num_samples, total_mem = map(int, mem_samples.strip().split(':')) variable 48 mem_per_sample = total_mem // num_samples 52 group_totals[cutoff_index] += total_mem 55 group_totals[-1] += total_mem
|
D | README.md | 9 order to extract information. In order to use a script (e.g. `total_mem.py`), 13 ./total_mem.py FILENAME
|
/external/ltp/testcases/kernel/mem/tunable/ |
D | min_free_kbytes.c | 45 static unsigned long total_mem; variable 132 if (total_mem < 3145728UL) in test_tune() 217 total_mem = SAFE_READ_MEMINFO("MemTotal:") + SAFE_READ_MEMINFO("SwapTotal:"); in setup()
|
/external/u-boot/include/ |
D | common_timing_params.h | 61 unsigned long long total_mem; member
|
/external/u-boot/arch/arm/mach-mvebu/ |
D | dram.c | 168 u32 total_mem = 0; in dram_ecc_scrubbing() local 188 total_mem += (u32)(total / (1 << 30)); in dram_ecc_scrubbing()
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 349 void check_usable_phys_mem(int total_mem); 4355 int total_mem = readq; in initialise_threads() local 4371 if(add_overflow(total_mem, fragq)) in initialise_threads() 4373 total_mem += fragq; in initialise_threads() 4374 if(add_overflow(total_mem, bwriteq)) in initialise_threads() 4376 total_mem += bwriteq; in initialise_threads() 4377 if(add_overflow(total_mem, fwriteq)) in initialise_threads() 4379 total_mem += fwriteq; in initialise_threads() 4381 check_usable_phys_mem(total_mem); in initialise_threads() 5451 void check_usable_phys_mem(int total_mem) in check_usable_phys_mem() argument [all …]
|