gem5
[DEVELOP-FOR-23.0]
|
#include <iostream>
#include <string>
#include "arch/generic/htm.hh"
#include "arch/generic/isa.hh"
#include "arch/generic/pcstate.hh"
#include "base/types.hh"
#include "cpu/pc_event.hh"
#include "cpu/reg_class.hh"
Go to the source code of this file.
Classes | |
class | gem5::ThreadContext |
ThreadContext is the external interface to all thread state for anything outside of the CPU. 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. | |
Typedefs | |
using | gem5::PacketPtr = Packet * |
Functions | |
void | gem5::takeOverFrom (ThreadContext &new_tc, ThreadContext &old_tc) |
Copy state between thread contexts in preparation for CPU handover. More... | |
void | gem5::serialize (const ThreadContext &tc, CheckpointOut &cp) |
Thread context serialization helpers. More... | |
void | gem5::unserialize (ThreadContext &tc, CheckpointIn &cp) |
void | gem5::serialize (const ThreadContext &tc, CheckpointOut &cp) |
Thread context serialization helpers. More... | |
void | gem5::unserialize (ThreadContext &tc, CheckpointIn &cp) |
void | gem5::serialize (const ThreadContext &tc, CheckpointOut &cp) |
Thread context serialization helpers. More... | |
void | gem5::unserialize (ThreadContext &tc, CheckpointIn &cp) |