Lines Matching defs:memories
97 * The physical memory encapsulates all memories in the system and
98 * provides basic functionality for accessing those memories without
102 * system backingstore used by the memories in the simulated guest
123 // All address-mapped memories
124 std::vector<AbstractMemory*> memories;
144 * given address range that corresponds to a set of memories in
148 * @param memories The memories this range maps to
159 * Create a physical memory object, wrapping a number of memories.
186 * Get the memory ranges for all memories that are to be reported
207 * that memories that are null are not present, and that the
208 * backing store may also contain memories that are not part of
237 * Serialize all the memories in the system. This is independent
240 * logical memories in the guest system.
257 * Unserialize the memories in the system. As with the
259 * ranges are mapped to logical memories in the guest system.