Lines Matching full:region
35 * A memory device is a device that owns a memory region which is
40 * Some memory device might not own a memory region in certain device
44 * Conceptually, memory devices only span one memory region. If multiple
45 * successive memory regions are used, a covering memory region has to
49 * The device memory region returned via @get_memory_region may either be a
50 * single RAM memory region or a memory region container with subregions
54 * If the device memory region returned via @get_memory_region is a
55 * memory region container, it's supported to dynamically (un)map subregions
91 * memory accessible by the guest via the reserved memory region. For
92 * most devices, this corresponds to the size of the memory region.
97 * Return the memory region of the memory device. If the device is
101 * memory region in guest physical memory, but also to detect the
103 * memory region is required.
119 * (distinct RAM memory regions in the device memory region) that are
132 * alignment and the alignment requirements of the memory region.