Searched refs:max_memory (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dagp_backend.h52 int max_memory; /* In pages */ member in struct:agp_kern_info
/linux-master/arch/mips/cavium-octeon/
H A Dsetup.c72 static unsigned long long max_memory = ULLONG_MAX; variable
856 max_memory = 64ull << 20;
860 max_memory = memparse(arg + 4, &p);
861 if (max_memory == 0)
862 max_memory = 32ull << 30;
874 max_memory = memparse(arg + 4, &p);
875 if (max_memory == 0)
876 max_memory = 32ull << 30;
987 if (mem_alloc_size > max_memory)
988 mem_alloc_size = max_memory;
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_agp.c211 info->memory_allowed = kern->max_memory << PAGE_SHIFT;
/linux-master/drivers/char/agp/
H A Dgeneric.c382 info->max_memory = bridge->max_memory_agp;
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1385 const u64 max_memory = __rounddown_pow_of_two(memory_hotplug_max()); local
1402 const u64 window_size = min((maxblock * 8) << PAGE_SHIFT, max_memory);

Completed in 116 milliseconds