Lines Matching full:memory

50  * "resizable DIMM" consisting of small memory blocks that can be plugged
51 * or unplugged. The device driver is responsible for (un)plugging memory
54 * Virtio-mem devices can only operate on their assigned memory region in
55 * order to (un)plug memory. A device cannot (un)plug memory belonging to
58 * The "region_size" corresponds to the maximum amount of memory that can
59 * be provided by a device. The "size" corresponds to the amount of memory
63 * "requested_size". It is impossible to plug more memory than requested.
65 * The "usable_region_size" represents the memory region that can actually
66 * be used to (un)plug memory. It is always at least as big as the
70 * There are no guarantees what will happen if unplugged memory is
71 * read/written. In general, unplugged memory should not be touched, because
73 * VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE, unplugged memory inside the usable
74 * region can be read, to simplify creation of memory dumps.
79 * Usually, during system resets all memory will get unplugged, so the
82 * has memory plugged. The device driver can request to unplug all memory
91 /* unplugged memory must not be accessed */
93 /* plugged memory will remain plugged when suspending+resuming */
99 /* request to plug memory blocks */
101 /* request to unplug memory blocks */
105 /* request information about the plugged state of memory blocks */
169 /* State of memory blocks is "plugged" */
171 /* State of memory blocks is "unplugged" */
173 /* State of memory blocks is "mixed" */
197 /* Start address of the memory region. Cannot change. */