gem5
v19.0.0.0
|
#include "arch/alpha/isa_traits.hh"
#include "arch/alpha/registers.hh"
#include "arch/alpha/types.hh"
#include "base/logging.hh"
#include "cpu/static_inst.hh"
#include "cpu/thread_context.hh"
#include "arch/alpha/ev5.hh"
Go to the source code of this file.
Namespaces | |
AlphaISA | |
Functions | |
PCState | AlphaISA::buildRetPC (const PCState &curPC, const PCState &callPC) |
uint64_t | AlphaISA::getArgument (ThreadContext *tc, int &number, uint16_t size, bool fp) |
bool | AlphaISA::inUserMode (ThreadContext *tc) |
bool | AlphaISA::PcPAL (Addr addr) |
Addr | AlphaISA::PteAddr (Addr a) |
bool | AlphaISA::IsUSeg (Addr a) |
bool | AlphaISA::IsK0Seg (Addr a) |
Addr | AlphaISA::K0Seg2Phys (Addr addr) |
bool | AlphaISA::IsK1Seg (Addr a) |
Addr | AlphaISA::TruncPage (Addr addr) |
Addr | AlphaISA::RoundPage (Addr addr) |
void | AlphaISA::initIPRs (ThreadContext *tc, int cpuId) |
void | AlphaISA::copyRegs (ThreadContext *src, ThreadContext *dest) |
void | AlphaISA::copyMiscRegs (ThreadContext *src, ThreadContext *dest) |
void | AlphaISA::skipFunction (ThreadContext *tc) |
void | AlphaISA::advancePC (PCState &pc, const StaticInstPtr &inst) |
uint64_t | AlphaISA::getExecutingAsid (ThreadContext *tc) |