Home
last modified time | relevance | path

Searched refs:max_mem (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_memory.c48 uint64_t max_mem; member
98 val = zone->max_mem; in ttm_mem_zone_show()
134 if (zone->max_mem > val64) in ttm_mem_zone_store()
135 zone->max_mem = val64; in ttm_mem_zone_store()
137 zone->max_mem = val64; in ttm_mem_zone_store()
196 target = zone->max_mem; in ttm_zones_above_swap_target()
260 zone->max_mem = mem >> 1; in ttm_mem_init_kernel_zone()
262 zone->swap_limit = zone->max_mem - (mem >> 3); in ttm_mem_init_kernel_zone()
296 zone->max_mem = mem >> 1; in ttm_mem_init_highmem_zone()
298 zone->swap_limit = zone->max_mem - (mem >> 3); in ttm_mem_init_highmem_zone()
[all …]
/linux-4.4.14/arch/blackfin/kernel/
Dsetup.c560 unsigned long max_mem; in memory_setup() local
570 max_mem = memory_end = _ramend - DMA_UNCACHED_REGION; in memory_setup()
578 if (max_mem >= 56 * 1024 * 1024) in memory_setup()
579 max_mem = 56 * 1024 * 1024; in memory_setup()
581 if (max_mem >= 60 * 1024 * 1024) in memory_setup()
582 max_mem = 60 * 1024 * 1024; in memory_setup()
619 if (memory_end > max_mem) { in memory_setup()
621 (max_mem - CONFIG_PHY_RAM_BASE_ADDRESS) >> 20); in memory_setup()
622 memory_end = max_mem; in memory_setup()
650 if (memory_end > max_mem) { in memory_setup()
[all …]
/linux-4.4.14/sound/soc/intel/skylake/
Dskl.h53 u32 max_mem; member
Dskl-topology.c66 skl->resource.max_mem) { in skl_tplg_alloc_pipe_mem()
73 skl->resource.max_mem, skl->resource.mem); in skl_tplg_alloc_pipe_mem()
1249 skl->resource.max_mem = SKL_FW_MAX_MEM; in skl_tplg_init()
/linux-4.4.14/include/linux/
Dsm501.h64 unsigned long max_mem; member