Searched refs:max_mem (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_memory.c46 uint64_t max_mem; member in struct:ttm_mem_zone
97 val = zone->max_mem;
133 if (zone->max_mem > val64)
134 zone->max_mem = val64;
136 zone->max_mem = val64;
195 target = zone->max_mem;
259 zone->max_mem = mem >> 1;
261 zone->swap_limit = zone->max_mem - (mem >> 3);
295 zone->max_mem = mem >> 1;
297 zone->swap_limit = zone->max_mem
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsm501.h64 unsigned long max_mem; member in struct:sm501_platdata_fbsub
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dsetup.c454 } else if (!memcmp(to, "max_mem=", 8)) {
505 unsigned long max_mem; local
515 max_mem = memory_end = _ramend - DMA_UNCACHED_REGION;
523 if (max_mem >= 56 * 1024 * 1024)
524 max_mem = 56 * 1024 * 1024;
526 if (max_mem >= 60 * 1024 * 1024)
527 max_mem = 60 * 1024 * 1024;
564 if (memory_end > max_mem) {
565 pr_info("Limiting kernel memory to %liMB due to anomaly 05000263\n", max_mem >> 20);
566 memory_end = max_mem;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsetup.c507 unsigned long max_mem; local
519 max_mem = memory_end ? min(VMEM_MAX_PHYS, memory_end) : VMEM_MAX_PHYS;
520 memory_end = min(max_mem, memory_end);
548 if (chunk->addr >= max_mem) {
552 if (chunk->addr + chunk->size > max_mem)
553 chunk->size = max_mem - chunk->addr;

Completed in 175 milliseconds