gem5
|
Go to the source code of this file.
Namespaces | |
PowerISA | |
Functions | |
PCState | PowerISA::buildRetPC (const PCState &curPC, const PCState &callPC) |
template<class TC > | |
void | PowerISA::zeroRegisters (TC *tc) |
Function to ensure ISA semantics about 0 registers. More... | |
void | PowerISA::startupCPU (ThreadContext *tc, int cpuId) |
void | PowerISA::copyRegs (ThreadContext *src, ThreadContext *dest) |
static void | PowerISA::copyMiscRegs (ThreadContext *src, ThreadContext *dest) |
void | PowerISA::skipFunction (ThreadContext *tc) |
void | PowerISA::advancePC (PCState &pc, const StaticInstPtr &inst) |
uint64_t | PowerISA::getArgument (ThreadContext *tc, int &number, uint16_t size, bool fp) |
static bool | PowerISA::inUserMode (ThreadContext *tc) |
uint64_t | PowerISA::getExecutingAsid (ThreadContext *tc) |
void | PowerISA::initCPU (ThreadContext *tc, int cpuId) |