Home
last modified time | relevance | path

Searched refs:max_memory (Results 1 – 9 of 9) sorted by relevance

/linux/arch/mips/cavium-octeon/
A Dsetup.c833 max_memory = 64ull << 20; in prom_init()
837 max_memory = memparse(arg + 4, &p); in prom_init()
838 if (max_memory == 0) in prom_init()
839 max_memory = 32ull << 30; in prom_init()
851 max_memory = memparse(arg + 4, &p); in prom_init()
852 if (max_memory == 0) in prom_init()
853 max_memory = 32ull << 30; in prom_init()
964 if (mem_alloc_size > max_memory) in plat_mem_setup()
965 mem_alloc_size = max_memory; in plat_mem_setup()
970 total += max_memory; in plat_mem_setup()
[all …]
/linux/include/linux/
A Dagp_backend.h52 int max_memory; /* In pages */ member
/linux/drivers/media/common/saa7146/
A Dsaa7146_video.c9 static int max_memory = 32; variable
11 module_param(max_memory, int, 0644);
12 MODULE_PARM_DESC(max_memory, "maximum memory usage for capture buffers (default: 32Mb)");
1131 if( (*count * *size) > (max_memory*1048576) ) { in buffer_setup()
1132 *count = (max_memory*1048576) / *size; in buffer_setup()
/linux/drivers/char/agp/
A Dcompat_ioctl.c52 userinfo.pg_total = userinfo.pg_system = kerninfo.max_memory; in compat_agpioc_info_wrap()
A Dfrontend.c726 userinfo.pg_total = userinfo.pg_system = kerninfo.max_memory; in agpioc_info_wrap()
A Dgeneric.c382 info->max_memory = bridge->max_memory_agp; in agp_copy_info()
/linux/drivers/gpu/drm/
A Ddrm_agpsupport.c72 info->memory_allowed = kern->max_memory << PAGE_SHIFT; in drm_legacy_agp_info()
/linux/drivers/gpu/drm/radeon/
A Dradeon_agp.c211 info->memory_allowed = kern->max_memory << PAGE_SHIFT; in radeon_agp_head_info()
/linux/arch/powerpc/platforms/powernv/
A Dpci-ioda.c1744 const u64 max_memory = __rounddown_pow_of_two(memory_hotplug_max()); in pnv_pci_ioda2_setup_default_config() local
1761 const u64 window_size = min((maxblock * 8) << PAGE_SHIFT, max_memory); in pnv_pci_ioda2_setup_default_config()

Completed in 20 milliseconds