Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/mm/
H A Dinit.c148 unsigned long maxmem = 0; in mm_cmdline_setup() local
155 maxmem = memparse(p, &p); in mm_cmdline_setup()
156 if (maxmem && memory_size > maxmem) { in mm_cmdline_setup()
157 memory_size = maxmem; in mm_cmdline_setup()
/openbmc/qemu/docs/
H A Dmemory-hotplug.txt17 -m [size=]megs[,slots=n,maxmem=size]
23 - "maxmem" is the maximum RAM size the guest can have
27 qemu [...] -m 1G,slots=3,maxmem=4G
70 qemu [...] -m 6GB,slots=4,maxmem=10G \
H A Dnvdimm.txt19 -m $RAM_SIZE,slots=$N,maxmem=$MAX_SIZE
30 - "maxmem=$MAX_SIZE" should be equal to or larger than the total size
132 2. The similar is required for the memory option "-m ...,maxmem=M", i.e.
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlparcfg.c499 unsigned long maxmem = 0; in maxmem_data() local
501 maxmem += (unsigned long)drmem_info->n_lmbs * drmem_info->lmb_size; in maxmem_data()
502 maxmem += hugetlb_total_pages() * PAGE_SIZE; in maxmem_data()
504 seq_printf(m, "MaxMem=%lu\n", maxmem); in maxmem_data()
/openbmc/linux/drivers/video/fbdev/
H A Dvga16fb.c340 u32 maxmem; in vga16fb_check_var() local
350 maxmem = 16384; in vga16fb_check_var()
355 maxmem = 65536; in vga16fb_check_var()
363 maxmem = 65536; in vga16fb_check_var()
366 maxmem = 16384; in vga16fb_check_var()
423 if (vxres * vyres > maxmem) { in vga16fb_check_var()
424 vyres = maxmem / vxres; in vga16fb_check_var()
/openbmc/qemu/docs/system/devices/
H A Dcxl.rst305 qemu-system-x86_64 -M q35,cxl=on -m 4G,maxmem=8G,slots=8 -smp 4 \
316 qemu-system-x86_64 -M q35,cxl=on -m 4G,maxmem=8G,slots=8 -smp 4 \
326 qemu-system-x86_64 -M q35,cxl=on -m 4G,maxmem=8G,slots=8 -smp 4 \
339 qemu-system-x86_64 -M q35,cxl=on -m 4G,maxmem=8G,slots=8 -smp 4 \
363 qemu-system-x86_64 -M q35,cxl=on -m 4G,maxmem=8G,slots=8 -smp 4 \
/openbmc/linux/drivers/xen/
H A DKconfig32 2) control domain: xl mem-max <target-domain> <maxmem>
33 where <maxmem> is >= requested memory size,
/openbmc/qemu/docs/system/i386/
H A Dsgx.rst36 require -maxmem as EPC is not treated as {cold,hot}plugged memory.
/openbmc/qemu/
H A Dqemu-options.hx463 -m 2G,slots=2,maxmem=4G \
668 "-m [size=]megs[,slots=n,maxmem=size]\n"
672 " maxmem: maximum amount of guest memory (default: none)\n"
676 ``-m [size=]megs[,slots=n,maxmem=size]``
679 megabytes or gigabytes respectively. Optional pair slots, maxmem
681 amount of memory. Note that maxmem must be aligned to the page size.
689 |qemu_system| -m 1G,slots=3,maxmem=4G
691 If slots and maxmem are not specified, memory hotplug won't be