Go to the documentation of this file.
42 #include "debug/MiscRegs.hh"
43 #include "debug/Timer.hh"
44 #include "params/SparcISA.hh"
227 for (
int y = 1; y < 8; y++)
234 for (
int y = 16; y < 32; y++)
309 memset(
tpc, 0,
sizeof(
tpc));
312 memset(
tt, 0,
sizeof(
tt));
352 panic(
"Tick comparison event active when clearing the ISA object.\n");
377 return (uint64_t)
hpstate.hpriv |
379 (uint64_t)
pstate.priv << 2 |
380 (uint64_t)
pstate.am << 3 |
383 bits((uint64_t)
tl,2,0) << 16 |
402 panic(
"PCR not implemented\n");
404 panic(
"PIC not implemented\n");
426 panic(
"Priviliged access to tick registers not implemented\n");
512 panic(
"Miscellaneous register %d not implemented\n", miscReg);
528 DPRINTF(Timer,
"Instruction Count when TICK read: %#X stick=%#X\n",
537 panic(
"Performance Instrumentation not impl\n");
540 panic(
"Can read from softint clr/set\n");
584 panic(
"PCR not implemented\n");
586 panic(
"PIC not implemented\n");
617 panic(
"Priviliged access to tick regesiters not implemented\n");
676 DPRINTF(MiscRegs,
"FSR written with: %#x\n",
fsr);
741 panic(
"Miscellaneous register %d not implemented\n", miscReg);
863 Tick tick_cmp = 0, stick_cmp = 0, hstick_cmp = 0;
927 Tick tick_cmp = 0, stick_cmp = 0, hstick_cmp = 0;
virtual void setIntReg(RegIndex reg_idx, RegVal val)=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
void installWindow(int cwp, int offset)
virtual RegVal readFloatReg(RegIndex reg_idx) const =0
#define UNSERIALIZE_SCALAR(scalar)
void setFSReg(int miscReg, RegVal val)
const int NumFloatArchRegs
@ MISCREG_QUEUE_DEV_MONDO_HEAD
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)
virtual TheISA::Decoder * getDecoderPtr()=0
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.
static const int RegsPerWindow
uint64_t Tick
Tick count type.
void setMiscRegNoEffect(int miscReg, RegVal val)
@ MISCREG_QUEUE_DEV_MONDO_TAIL
void clearInterrupt(ThreadID tid, int int_num, int index)
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.
virtual void setFloatReg(RegIndex reg_idx, RegVal val)=0
#define SERIALIZE_ARRAY(member, size)
virtual TheISA::PCState pcState() const =0
HPSTATE hpstate
Hyperprivileged Registers.
virtual RegVal readMiscRegNoEffect(RegIndex misc_reg) const =0
void postInterrupt(ThreadID tid, int int_num, int index)
virtual RegVal readIntReg(RegIndex reg_idx) 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)
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.
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 28 2021 12:10:19 for gem5 by doxygen 1.8.17