Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/cavium-octeon/
A Dsetup.c856 max_memory = 64ull << 20; in prom_init()
860 max_memory = memparse(arg + 4, &p); in prom_init()
861 if (max_memory == 0) in prom_init()
862 max_memory = 32ull << 30; in prom_init()
874 max_memory = memparse(arg + 4, &p); in prom_init()
875 if (max_memory == 0) in prom_init()
876 max_memory = 32ull << 30; in prom_init()
987 if (mem_alloc_size > max_memory) in plat_mem_setup()
988 mem_alloc_size = max_memory; in plat_mem_setup()
993 total += max_memory; in plat_mem_setup()
[all …]
/linux-6.3-rc2/include/linux/
A Dagp_backend.h52 int max_memory; /* In pages */ member
/linux-6.3-rc2/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)");
1130 if( (*count * *size) > (max_memory*1048576) ) { in buffer_setup()
1131 *count = (max_memory*1048576) / *size; in buffer_setup()
/linux-6.3-rc2/drivers/char/agp/
A Dcompat_ioctl.c52 userinfo.pg_total = userinfo.pg_system = kerninfo.max_memory; in compat_agpioc_info_wrap()
A Dfrontend.c728 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-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_agp.c211 info->memory_allowed = kern->max_memory << PAGE_SHIFT; in radeon_agp_head_info()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_agpsupport.c72 info->memory_allowed = kern->max_memory << PAGE_SHIFT; in drm_legacy_agp_info()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dpci-ioda.c1736 const u64 max_memory = __rounddown_pow_of_two(memory_hotplug_max()); in pnv_pci_ioda2_setup_default_config() local
1753 const u64 window_size = min((maxblock * 8) << PAGE_SHIFT, max_memory); in pnv_pci_ioda2_setup_default_config()

Completed in 19 milliseconds