38 #ifndef __MEM_PHYSICAL_HH__ 39 #define __MEM_PHYSICAL_HH__ 61 bool conf_table_reported,
bool in_addr_map,
bool kvm_map)
151 bool conf_table_reported,
152 bool in_addr_map,
bool kvm_map);
161 bool mmap_using_noreserve);
172 const std::string
name()
const {
return _name; }
213 {
return backingStore; }
251 void serializeStore(
CheckpointOut &cp,
unsigned int store_id,
268 #endif //__MEM_PHYSICAL_HH__ const std::string name() const
Return the name for debugging and for creation of sections for checkpointing.
BackingStoreEntry(AddrRange range, uint8_t *pmem, bool conf_table_reported, bool in_addr_map, bool kvm_map)
Create a backing store entry.
uint64_t totalSize() const
Get the total physical memory size.
AddrRange range
The address range covered in the guest.
bool kvmMap
Whether KVM should map this memory into the guest address space during acceleration.
std::vector< AbstractMemory * > memories
The AddrRange class encapsulates an address range, and supports a number of tests to check if two ran...
bool inAddrMap
Whether this memory should appear in the global address map.
std::vector< BackingStoreEntry > getBackingStore() const
Get the pointers to the backing store for external host access.
AddrRangeMap< AbstractMemory *, 1 > addrMap
bool confTableReported
Whether this memory should be reported to the configuration table.
void serialize(const ThreadContext &tc, CheckpointOut &cp)
Thread context serialization helpers.
uint8_t * pmem
Pointer to the host memory this range maps to.
The physical memory encapsulates all memories in the system and provides basic functionality for acce...
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
A single entry for the backing store.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
Basic support for object serialization.
std::vector< BackingStoreEntry > backingStore
Declaration of the Packet class.
std::ostream CheckpointOut
const bool mmapUsingNoReserve
An abstract memory represents a contiguous block of physical memory, with an associated address range...
void unserialize(ThreadContext &tc, CheckpointIn &cp)