gem5
v21.1.0.0
|
#include <atomic>
#include <mutex>
#include <vector>
Go to the source code of this file.
Classes | |
class | gem5::DrainManager |
class | gem5::Drainable |
Interface for objects that might require draining before checkpointing. More... | |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Enumerations | |
enum | gem5::DrainState { gem5::DrainState::Running, gem5::DrainState::Draining, gem5::DrainState::Drained, gem5::DrainState::Resuming } |
Object drain/handover states. More... | |