gem5
v21.0.0.0
|
#include <cstdint>
#include <string>
#include <vector>
#include "base/addr_range.hh"
#include "base/addr_range_map.hh"
#include "mem/packet.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
Classes | |
class | BackingStoreEntry |
A single entry for the backing store. More... | |
class | PhysicalMemory |
The physical memory encapsulates all memories in the system and provides basic functionality for accessing those memories without going through the memory system and interconnect. More... | |