max_mem           450 arch/powerpc/kernel/prom.c 	u64 max_mem = 1UL << (MAX_PHYSMEM_BITS);
max_mem           452 arch/powerpc/kernel/prom.c 	if (base >= max_mem)
max_mem           454 arch/powerpc/kernel/prom.c 	if ((base + *size) > max_mem)
max_mem           455 arch/powerpc/kernel/prom.c 		*size = max_mem - base;
max_mem            53 drivers/gpu/drm/ttm/ttm_memory.c 	uint64_t max_mem;
max_mem           103 drivers/gpu/drm/ttm/ttm_memory.c 		val = zone->max_mem;
max_mem           139 drivers/gpu/drm/ttm/ttm_memory.c 		if (zone->max_mem > val64)
max_mem           140 drivers/gpu/drm/ttm/ttm_memory.c 			zone->max_mem = val64;
max_mem           142 drivers/gpu/drm/ttm/ttm_memory.c 		zone->max_mem = val64;
max_mem           252 drivers/gpu/drm/ttm/ttm_memory.c 			target = zone->max_mem;
max_mem           314 drivers/gpu/drm/ttm/ttm_memory.c 	zone->max_mem = mem >> 1;
max_mem           316 drivers/gpu/drm/ttm/ttm_memory.c 	zone->swap_limit = zone->max_mem - (mem >> 3);
max_mem           350 drivers/gpu/drm/ttm/ttm_memory.c 	zone->max_mem = mem >> 1;
max_mem           352 drivers/gpu/drm/ttm/ttm_memory.c 	zone->swap_limit = zone->max_mem - (mem >> 3);
max_mem           398 drivers/gpu/drm/ttm/ttm_memory.c 	zone->max_mem = mem >> 1;
max_mem           400 drivers/gpu/drm/ttm/ttm_memory.c 	zone->swap_limit = zone->max_mem - (mem >> 3);
max_mem           452 drivers/gpu/drm/ttm/ttm_memory.c 			zone->name, (unsigned long long)zone->max_mem >> 10);
max_mem           454 drivers/gpu/drm/ttm/ttm_memory.c 	ttm_page_alloc_init(glob, glob->zone_kernel->max_mem/(2*PAGE_SIZE));
max_mem           455 drivers/gpu/drm/ttm/ttm_memory.c 	ttm_dma_page_alloc_init(glob, glob->zone_kernel->max_mem/(2*PAGE_SIZE));
max_mem           575 drivers/gpu/drm/ttm/ttm_memory.c 			zone->emer_mem : zone->max_mem;
max_mem           688 drivers/gpu/drm/ttm/ttm_memory.c 	return glob->zone_kernel->max_mem;
max_mem            52 include/linux/sm501.h 	unsigned long		 max_mem;