gem5
v20.1.0.0
|
#include "arch/sparc/isa_traits.hh"
#include "arch/sparc/registers.hh"
#include "arch/sparc/tlb.hh"
#include "base/bitfield.hh"
#include "base/logging.hh"
#include "cpu/static_inst.hh"
#include "cpu/thread_context.hh"
#include "sim/full_system.hh"
Go to the source code of this file.
Namespaces | |
SparcISA | |
Functions | |
PCState | SparcISA::buildRetPC (const PCState &curPC, const PCState &callPC) |
uint64_t | SparcISA::getArgument (ThreadContext *tc, int &number, uint16_t size, bool fp) |
static bool | SparcISA::inUserMode (ThreadContext *tc) |
void | SparcISA::copyRegs (ThreadContext *src, ThreadContext *dest) |
void | SparcISA::copyMiscRegs (ThreadContext *src, ThreadContext *dest) |
void | SparcISA::advancePC (PCState &pc, const StaticInstPtr &inst) |
uint64_t | SparcISA::getExecutingAsid (ThreadContext *tc) |