Lines Matching +full:memory +full:- +full:mapped
1 # SPDX-License-Identifier: GPL-2.0-only
73 If disabled, you get a slightly smaller, non-transitional driver,
101 This driver provides access to virtio-pmem devices, storage devices
102 that are mapped into the physical address space - similar to NVDIMMs
103 - with a virtio-based flushing interface.
114 of memory within a KVM guest.
127 This driver provides access to virtio-mem paravirtualized memory
128 devices, allowing to hotplug and hotunplug memory.
130 This driver currently only supports x86-64 and arm64. Although it
131 should compile on other architectures that implement memory
132 hot(un)plug, architecture-specific and/or common
133 code changes may be required for virtio-mem, kdump and kexec to work as
149 tristate "Platform bus driver for memory mapped virtio devices"
153 This drivers provides support for memory mapped virtio
159 bool "Memory mapped virtio devices parameter parsing"
162 Allow virtio-mmio devices instantiation via the kernel command line
164 address in particular) can crash your system - you have been warned.
165 See Documentation/admin-guide/kernel-parameters.rst for details.