gem5 v24.0.0.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 | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
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. | |
void | gem5::serialize (const ThreadContext &tc, CheckpointOut &cp) |
Thread context serialization helpers. | |
void | gem5::unserialize (ThreadContext &tc, CheckpointIn &cp) |