Go to the documentation of this file.
42 #include "debug/FloatRegs.hh"
43 #include "debug/IntRegs.hh"
44 #include "debug/MiscRegs.hh"
45 #include "debug/Timer.hh"
46 #include "params/SparcISA.hh"
229 for (
int y = 1; y < 8; y++)
236 for (
int y = 16; y < 32; y++)
311 memset(
tpc, 0,
sizeof(
tpc));
314 memset(
tt, 0,
sizeof(
tt));
354 panic(
"Tick comparison event active when clearing the ISA object.\n");
379 return (uint64_t)
hpstate.hpriv |
381 (uint64_t)
pstate.priv << 2 |
382 (uint64_t)
pstate.am << 3 |
385 bits((uint64_t)
tl,2,0) << 16 |
404 panic(
"PCR not implemented\n");
406 panic(
"PIC not implemented\n");
428 panic(
"Priviliged access to tick registers not implemented\n");
514 panic(
"Miscellaneous register %d not implemented\n", miscReg);
530 DPRINTF(Timer,
"Instruction Count when TICK read: %#X stick=%#X\n",
539 panic(
"Performance Instrumentation not impl\n");
542 panic(
"Can read from softint clr/set\n");
586 panic(
"PCR not implemented\n");
588 panic(
"PIC not implemented\n");
619 panic(
"Priviliged access to tick regesiters not implemented\n");
678 DPRINTF(MiscRegs,
"FSR written with: %#x\n",
fsr);
743 panic(
"Miscellaneous register %d not implemented\n", miscReg);
865 Tick tick_cmp = 0, stick_cmp = 0, hstick_cmp = 0;
929 Tick tick_cmp = 0, stick_cmp = 0, hstick_cmp = 0;
@ MISCREG_ASI
Ancillary State Registers.
static const int TotalWindowed
uint64_t fsr
Floating point misc registers.
Tick when() const
Get the time that the event is scheduled.
EventWrapper< ISA, &ISA::processHSTickCompare > HSTickCompareEvent
RegVal readFloatReg(RegIndex reg_idx) const
void installWindow(int cwp, int offset)
#define UNSERIALIZE_SCALAR(scalar)
void setFSReg(int miscReg, RegVal val)
const int NumFloatArchRegs
@ MISCREG_QUEUE_DEV_MONDO_HEAD
virtual const PCStateBase & pcState() const =0
HSTickCompareEvent * hSTickCompare
@ MISCREG_QUEUE_NRES_ERROR_HEAD
RegVal readFSReg(int miscReg)
void schedule(Event &event, Tick when)
void serialize(CheckpointOut &cp) const override
Serialize an object.
constexpr T mbits(T val, unsigned first, unsigned last)
Mask off the given bits in place like bits() but without shifting.
void copyRegsFrom(ThreadContext *src) override
@ MISCREG_HPSTATE
Hyper privileged registers.
void installGlobals(int gl, int offset)
constexpr uint64_t mask(unsigned nbits)
Generate a 64-bit mask of 'nbits' 1s, right justified.
static const int NumGlobalRegs
void unserialize(CheckpointIn &cp) override
Unserialize an object.
EventWrapper< ISA, &ISA::processSTickCompare > STickCompareEvent
EventWrapper< ISA, &ISA::processTickCompare > TickCompareEvent
ThreadContext is the external interface to all thread state for anything outside of the CPU.
RegVal readIntReg(RegIndex reg_idx) const
static const int RegsPerWindow
virtual InstDecoder * getDecoderPtr()=0
uint64_t Tick
Tick count type.
void setMiscRegNoEffect(int miscReg, RegVal val)
@ MISCREG_QUEUE_DEV_MONDO_TAIL
static void copyMiscRegs(ThreadContext *src, ThreadContext *dest)
@ MISCREG_QUEUE_CPU_MONDO_TAIL
TickCompareEvent * tickCompare
@ MISCREG_QUEUE_RES_ERROR_HEAD
constexpr T bits(T val, unsigned first, unsigned last)
Extract the bitfield from position 'first' to 'last' (inclusive) from 'val' and right justify it.
#define SERIALIZE_ARRAY(member, size)
HPSTATE hpstate
Hyperprivileged Registers.
virtual RegVal readMiscRegNoEffect(RegIndex misc_reg) const =0
#define SERIALIZE_SCALAR(scalar)
uint16_t priContext
MMU Internal Registers.
static const int TotalGlobals
RegVal readMiscRegNoEffect(int miscReg) const
@ MISCREG_QUEUE_CPU_MONDO_HEAD
@ MISCREG_QUEUE_NRES_ERROR_TAIL
#define UNSERIALIZE_ARRAY(member, size)
@ MISCREG_FSR
Floating Point Status Register.
void setMiscReg(int miscReg, RegVal val)
virtual void setMiscReg(RegIndex misc_reg, RegVal val)=0
std::ostream CheckpointOut
virtual BaseCPU * getCpuPtr()=0
static const int NumWindowedRegs
RegVal readMiscReg(int miscReg)
void setFloatReg(RegIndex reg_idx, RegVal val)
RegIndex intRegMap[TotalInstIntRegs]
@ MISCREG_TPC
Privilged Registers.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
STickCompareEvent * sTickCompare
static const PSTATE PstateMask
static PSTATE buildPstateMask()
@ MISCREG_MMU_P_CONTEXT
MMU Internal Registers.
void setIntReg(RegIndex reg_idx, RegVal val)
bool scheduled() const
Determine if the current event is scheduled.
@ MISCREG_SCRATCHPAD_R0
Scratchpad regiscers.
#define panic(...)
This implements a cprintf based panic() function.
virtual void setMiscRegNoEffect(RegIndex misc_reg, RegVal val)=0
@ MISCREG_QUEUE_RES_ERROR_TAIL
Generated on Wed Jul 13 2022 10:39:07 for gem5 by doxygen 1.8.17