Home
last modified time | relevance | path

Searched refs:megs (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dgenimage.sh236 megs=$(((sizes + sizes/100 + 2*1024*1024 - 1)/(1024*1024)))
237 $dd if=/dev/zero of="$FIMAGE" bs=$((1024*1024)) count=$megs 2>/dev/null
240 mformat -v 'LINUX_BOOT' -s 32 -h 64 -c $((cluster/512)) -t $megs h:
/openbmc/qemu/docs/
H A Dmemory-hotplug.txt17 -m [size=]megs[,slots=n,maxmem=size]
21 - "megs" is the startup RAM. It is the RAM the guest will boot with
/openbmc/linux/fs/ocfs2/
H A Docfs2.h884 unsigned int megs) in ocfs2_megabytes_to_clusters() argument
888 return megs << (20 - OCFS2_SB(sb)->s_clustersize_bits); in ocfs2_megabytes_to_clusters()
/openbmc/linux/mm/
H A Dswap.c1073 unsigned long megs = totalram_pages() >> (20 - PAGE_SHIFT); in swap_setup() local
1076 if (megs < 16) in swap_setup()
/openbmc/qemu/
H A Dqemu-options.hx678 "-m [size=]megs[,slots=n,maxmem=size]\n"
686 ``-m [size=]megs[,slots=n,maxmem=size]``
687 Sets guest startup RAM size to megs megabytes. Default is 128 MiB.