Go to the documentation of this file.
41 #include "debug/MipsPRA.hh"
42 #include "params/MipsISA.hh"
53 "Index",
"MVPControl",
"MVPConf0",
"MVPConf1",
"",
"",
"",
"",
54 "Random",
"VPEControl",
"VPEConf0",
"VPEConf1",
55 "YQMask",
"VPESchedule",
"VPEScheFBack",
"VPEOpt",
56 "EntryLo0",
"TCStatus",
"TCBind",
"TCRestart",
57 "TCHalt",
"TCContext",
"TCSchedule",
"TCScheFBack",
58 "EntryLo1",
"",
"",
"",
"",
"",
"",
"",
59 "Context",
"ContextConfig",
"",
"",
"",
"",
"",
"",
60 "PageMask",
"PageGrain",
"",
"",
"",
"",
"",
"",
61 "Wired",
"SRSConf0",
"SRCConf1",
"SRSConf2",
62 "SRSConf3",
"SRSConf4",
"",
"",
63 "HWREna",
"",
"",
"",
"",
"",
"",
"",
64 "BadVAddr",
"",
"",
"",
"",
"",
"",
"",
65 "Count",
"",
"",
"",
"",
"",
"",
"",
66 "EntryHi",
"",
"",
"",
"",
"",
"",
"",
67 "Compare",
"",
"",
"",
"",
"",
"",
"",
68 "Status",
"IntCtl",
"SRSCtl",
"SRSMap",
"",
"",
"",
"",
69 "Cause",
"",
"",
"",
"",
"",
"",
"",
70 "EPC",
"",
"",
"",
"",
"",
"",
"",
71 "PRId",
"EBase",
"",
"",
"",
"",
"",
"",
72 "Config",
"Config1",
"Config2",
"Config3",
"",
"",
"",
"",
73 "LLAddr",
"",
"",
"",
"",
"",
"",
"",
74 "WatchLo0",
"WatchLo1",
"WatchLo2",
"WatchLo3",
75 "WatchLo4",
"WatchLo5",
"WatchLo6",
"WatchLo7",
76 "WatchHi0",
"WatchHi1",
"WatchHi2",
"WatchHi3",
77 "WatchHi4",
"WatchHi5",
"WatchHi6",
"WatchHi7",
78 "XCContext64",
"",
"",
"",
"",
"",
"",
"",
79 "",
"",
"",
"",
"",
"",
"",
"",
80 "",
"",
"",
"",
"",
"",
"",
"",
81 "Debug",
"TraceControl1",
"TraceControl2",
"UserTraceData",
82 "TraceBPC",
"",
"",
"",
83 "DEPC",
"",
"",
"",
"",
"",
"",
"",
84 "PerfCnt0",
"PerfCnt1",
"PerfCnt2",
"PerfCnt3",
85 "PerfCnt4",
"PerfCnt5",
"PerfCnt6",
"PerfCnt7",
86 "ErrCtl",
"",
"",
"",
"",
"",
"",
"",
87 "CacheErr0",
"CacheErr1",
"CacheErr2",
"CacheErr3",
"",
"",
"",
"",
88 "TagLo0",
"DataLo1",
"TagLo2",
"DataLo3",
89 "TagLo4",
"DataLo5",
"TagLo6",
"DataLo7",
90 "TagHi0",
"DataHi1",
"TagHi2",
"DataHi3",
91 "TagHi4",
"DataHi5",
"TagHi6",
"DataHi7",
92 "ErrorEPC",
"",
"",
"",
"",
"",
"",
"",
93 "DESAVE",
"",
"",
"",
"",
"",
"",
"",
132 uint32_t num_vpe_regs =
sizeof(per_vpe_regs) / 4;
133 for (
int i = 0;
i < num_vpe_regs;
i++) {
148 uint32_t num_tc_regs =
sizeof(per_tc_regs) / 4;
150 for (
int i = 0;
i < num_tc_regs;
i++) {
193 DPRINTF(MipsPRA,
"Resetting CP0 State with %i TCs and %i VPEs\n",
197 panic(
"CP state must be set before the following code is used");
204 DPRINTF(MipsPRA,
"Initializing CP0 State.... ");
228 RegVal cfg_Mask = 0x7FFF0007;
267 RegVal cfg2_Mask = 0x7000F000;
293 RegVal EB_Mask = 0x3FFFF000;
303 RegVal SC_Mask = 0x0000F3C0;
313 RegVal IC_Mask = 0x000003E0;
322 RegVal wh_Mask = 0x7FFF0FFF;
332 RegVal pc_Mask = 0x00007FF;
348 RegVal pg_Mask = 0x10000000;
367 RegVal stat_Mask = 0xFF78FF17;
443 return tcBind.curVPE;
451 DPRINTF(MipsPRA,
"Reading CP0 Register:%u Select:%u (%s) (%lx).\n",
466 "Reading CP0 Register:%u Select:%u (%s) with effect (%lx).\n",
479 "[tid:%i] Setting (direct set) CP0 Register:%u "
480 "Select:%u (%s) to %#x.\n",
492 "[tid:%i] Setting CP0 Register: %u Select: %u (%s) to %#x\n",
508 "[tid:%i] Setting CP0 Register:%u "
509 "Select:%u (%s) to %#x, with effect.\n",
536 "filterCP0Write: Mask: %lx, Inverse Mask: %lx, write Val: %x, "
537 "current val: %lx, written val: %x\n",
567 ThreadID num_threads = mvpConf0.ptc + 1;
569 for (
ThreadID tid = 0; tid < num_threads; tid++) {
574 if (tcHalt.h == 1 || tcStatus.a == 0) {
576 }
else if (tcHalt.h == 0 && tcStatus.a == 1) {
581 num_threads = mvpConf0.ptc + 1;
590 switch (cp0EventType)
std::vector< BankType > bankType
void restoreThread(TC *tc)
void processCP0Event(BaseCPU *cpu, CP0EventType)
Process a CP0 event.
void scheduleCP0Update(BaseCPU *cpu, Cycles delay=Cycles(0))
constexpr void replaceBits(T &val, unsigned first, unsigned last, B bit_val)
A convenience function to replace bits first to last of val with bit_val in place.
unsigned CP0_IntCtl_IPPCI
void schedule(Event &event, Tick when)
virtual RegVal readIntRegFlat(RegIndex idx) const =0
Flat register interfaces.
std::vector< std::vector< RegVal > > miscRegFile
Cycles is a wrapper class for representing cycle counts, i.e.
ThreadContext is the external interface to all thread state for anything outside of the CPU.
void setRegMask(int misc_reg, RegVal val, ThreadID tid=0)
virtual void setIntRegFlat(RegIndex idx, RegVal val)=0
RegVal filterCP0Write(int misc_reg, int reg_sel, RegVal val)
This method doesn't need to adjust the Control Register Offset since it has already been done in the ...
virtual void setFloatRegFlat(RegIndex idx, RegVal val)=0
void setMiscReg(int misc_reg, RegVal val, ThreadID tid=0)
void copyRegsFrom(ThreadContext *src) override
virtual TheISA::PCState pcState() const =0
virtual RegVal readMiscRegNoEffect(RegIndex misc_reg) const =0
RegVal readMiscRegNoEffect(int misc_reg, ThreadID tid=0) const
virtual ThreadContext * getContext(int tn)
Given a thread num get tho thread context for it.
Tick clockEdge(Cycles cycles=Cycles(0)) const
Determine the tick when a cycle begins, by default the current one, but the argument also enables the...
static std::string miscRegNames[MISCREG_NUMREGS]
unsigned CP0_PRId_ProcessorID
unsigned CP0_PRId_Revision
unsigned CP0_PRId_CompanyOptions
RegVal readMiscReg(int misc_reg, ThreadID tid=0)
unsigned getVPENum(ThreadID tid) const
unsigned CP0_EBase_CPUNum
void updateCPU(BaseCPU *cpu)
virtual BaseCPU * getCpuPtr()=0
static const Priority CPU_Tick_Pri
CPU ticks must come after other associated CPU events (such as writebacks).
virtual RegVal readFloatRegFlat(RegIndex idx) const =0
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
unsigned CP0_PRId_CompanyID
int16_t ThreadID
Thread index/ID type.
std::vector< std::vector< RegVal > > miscRegFile_WriteMask
#define panic(...)
This implements a cprintf based panic() function.
virtual void setMiscRegNoEffect(RegIndex misc_reg, RegVal val)=0
void setMiscRegNoEffect(int misc_reg, RegVal val, ThreadID tid=0)
Generated on Tue Sep 7 2021 14:53:39 for gem5 by doxygen 1.8.17