Lines Matching full:memory
6 bool "Xen memory balloon driver"
9 The balloon driver allows the Xen domain to request more memory from
10 the system to expand the domain's memory allocation, or alternatively
11 return unneeded memory to the system.
14 bool "Memory hotplug support for Xen balloon driver"
18 Memory hotplug support for Xen balloon driver allows expanding memory
24 memory ranges to use in order to map foreign memory or grants.
26 Memory could be hotplugged in following steps:
28 1) target domain: ensure that memory auto online policy is in
29 effect by checking /sys/devices/system/memory/auto_online_blocks
33 where <maxmem> is >= requested memory size,
35 3) control domain: xl mem-set <target-domain> <memory>
36 where <memory> is requested memory size; alternatively memory
42 Alternatively, if memory auto onlining was not requested at step 1
43 the newly added memory can be manually onlined in the target domain
46 for i in /sys/devices/system/memory/memory*/state; do \
51 …SUBSYSTEM=="memory", ACTION=="add", RUN+="/bin/sh -c '[ -f /sys$devpath/state ] && echo online > /…
54 int "Hotplugged memory limit (in GiB) for a PV guest"
59 Maxmium amount of memory (in GiB) that a PV guest can be
60 expanded to when using memory hotplug.
62 A PV guest can have more memory than this limit if is
66 tables needed for physical memory administration.
162 or as part of an inter-domain shared memory channel.
171 driver in that proper memory reservation is made by
176 but require DMAable memory instead.
232 to other guests via a high-performance shared-memory interface.
246 i.e. memory hotplug and cpu hotplug, and to block native drivers loaded,
249 To enable Xen features like cpu and memory hotplug, select Y here.
252 tristate "Xen ACPI memory hotplug"
255 This is Xen ACPI memory hotplug.
257 Currently Xen only support ACPI memory hot-add. If you want
258 to hot-add memory at runtime (the hot-added memory cannot be
329 bool "Use unpopulated memory ranges for guest mappings"
333 Use unpopulated memory ranges in order to create mappings for guest
334 memory regions, including grant maps and foreign pages. This avoids
335 having to balloon out RAM regions in order to obtain physical memory