Lines Matching +full:non +full:- +full:secure +full:- +full:domain

1 # SPDX-License-Identifier: GPL-2.0-only
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
23 It's also very useful for non PV domains to obtain unpopulated physical
28 1) target domain: ensure that memory auto online policy is in
32 2) control domain: xl mem-max <target-domain> <maxmem>
35 3) control domain: xl mem-set <target-domain> <memory>
40 target domain.
43 the newly added memory can be manually onlined in the target domain
51 …SUBSYSTEM=="memory", ACTION=="add", RUN+="/bin/sh -c '[ -f /sys$devpath/state ] && echo online > /…
76 secure, but slightly less efficient. This can be controlled with
107 may pass arbitrary information to the initial domain.
146 bool "Add support for dma-buf grant access device driver extension"
151 dma-buf implementation. With this extension grant references to
152 the pages of an imported dma-buf can be exported for other domain
153 use and grant references coming from a foreign domain can be
154 converted into a local dma-buf for local export.
157 tristate "User-space grant reference allocator driver"
163 or as part of an inter-domain shared memory channel.
189 tristate "Xen PCI-device stub driver"
196 device backend driver without para-virtualized support for guests.
204 xen-pciback.hide=(03:00.0)(04:00.0)
209 tristate "Xen PCI-device backend driver"
228 xen-pciback.hide=(03:00.0)(04:00.0)
258 to other guests via a high-performance shared-memory interface.
316 Support for auto-translated physmap guests.