Go to the documentation of this file.
37 #include "debug/MipsPRA.hh"
38 #include "params/MipsISA.hh"
46 "Index",
"MVPControl",
"MVPConf0",
"MVPConf1",
"",
"",
"",
"",
47 "Random",
"VPEControl",
"VPEConf0",
"VPEConf1",
48 "YQMask",
"VPESchedule",
"VPEScheFBack",
"VPEOpt",
49 "EntryLo0",
"TCStatus",
"TCBind",
"TCRestart",
50 "TCHalt",
"TCContext",
"TCSchedule",
"TCScheFBack",
51 "EntryLo1",
"",
"",
"",
"",
"",
"",
"",
52 "Context",
"ContextConfig",
"",
"",
"",
"",
"",
"",
53 "PageMask",
"PageGrain",
"",
"",
"",
"",
"",
"",
54 "Wired",
"SRSConf0",
"SRCConf1",
"SRSConf2",
55 "SRSConf3",
"SRSConf4",
"",
"",
56 "HWREna",
"",
"",
"",
"",
"",
"",
"",
57 "BadVAddr",
"",
"",
"",
"",
"",
"",
"",
58 "Count",
"",
"",
"",
"",
"",
"",
"",
59 "EntryHi",
"",
"",
"",
"",
"",
"",
"",
60 "Compare",
"",
"",
"",
"",
"",
"",
"",
61 "Status",
"IntCtl",
"SRSCtl",
"SRSMap",
"",
"",
"",
"",
62 "Cause",
"",
"",
"",
"",
"",
"",
"",
63 "EPC",
"",
"",
"",
"",
"",
"",
"",
64 "PRId",
"EBase",
"",
"",
"",
"",
"",
"",
65 "Config",
"Config1",
"Config2",
"Config3",
"",
"",
"",
"",
66 "LLAddr",
"",
"",
"",
"",
"",
"",
"",
67 "WatchLo0",
"WatchLo1",
"WatchLo2",
"WatchLo3",
68 "WatchLo4",
"WatchLo5",
"WatchLo6",
"WatchLo7",
69 "WatchHi0",
"WatchHi1",
"WatchHi2",
"WatchHi3",
70 "WatchHi4",
"WatchHi5",
"WatchHi6",
"WatchHi7",
71 "XCContext64",
"",
"",
"",
"",
"",
"",
"",
72 "",
"",
"",
"",
"",
"",
"",
"",
73 "",
"",
"",
"",
"",
"",
"",
"",
74 "Debug",
"TraceControl1",
"TraceControl2",
"UserTraceData",
75 "TraceBPC",
"",
"",
"",
76 "DEPC",
"",
"",
"",
"",
"",
"",
"",
77 "PerfCnt0",
"PerfCnt1",
"PerfCnt2",
"PerfCnt3",
78 "PerfCnt4",
"PerfCnt5",
"PerfCnt6",
"PerfCnt7",
79 "ErrCtl",
"",
"",
"",
"",
"",
"",
"",
80 "CacheErr0",
"CacheErr1",
"CacheErr2",
"CacheErr3",
"",
"",
"",
"",
81 "TagLo0",
"DataLo1",
"TagLo2",
"DataLo3",
82 "TagLo4",
"DataLo5",
"TagLo6",
"DataLo7",
83 "TagHi0",
"DataHi1",
"TagHi2",
"DataHi3",
84 "TagHi4",
"DataHi5",
"TagHi6",
"DataHi7",
85 "ErrorEPC",
"",
"",
"",
"",
"",
"",
"",
86 "DESAVE",
"",
"",
"",
"",
"",
"",
"",
117 uint32_t num_vpe_regs =
sizeof(per_vpe_regs) / 4;
118 for (
int i = 0;
i < num_vpe_regs;
i++) {
133 uint32_t num_tc_regs =
sizeof(per_tc_regs) / 4;
135 for (
int i = 0;
i < num_tc_regs;
i++) {
159 DPRINTF(MipsPRA,
"Resetting CP0 State with %i TCs and %i VPEs\n",
163 panic(
"CP state must be set before the following code is used");
170 DPRINTF(MipsPRA,
"Initializing CP0 State.... ");
173 procId.coOp =
cp.CP0_PRId_CompanyOptions;
174 procId.coId =
cp.CP0_PRId_CompanyID;
175 procId.procId =
cp.CP0_PRId_ProcessorID;
186 cfg.be =
cp.CP0_Config_BE;
187 cfg.at =
cp.CP0_Config_AT;
188 cfg.ar =
cp.CP0_Config_AR;
189 cfg.mt =
cp.CP0_Config_MT;
190 cfg.vi =
cp.CP0_Config_VI;
194 RegVal cfg_Mask = 0x7FFF0007;
200 cfg1.mmuSize =
cp.CP0_Config1_MMU;
201 cfg1.is =
cp.CP0_Config1_IS;
202 cfg1.il =
cp.CP0_Config1_IL;
203 cfg1.ia =
cp.CP0_Config1_IA;
204 cfg1.ds =
cp.CP0_Config1_DS;
205 cfg1.dl =
cp.CP0_Config1_DL;
206 cfg1.da =
cp.CP0_Config1_DA;
207 cfg1.fp =
cp.CP0_Config1_FP;
208 cfg1.ep =
cp.CP0_Config1_EP;
209 cfg1.wr =
cp.CP0_Config1_WR;
210 cfg1.md =
cp.CP0_Config1_MD;
211 cfg1.c2 =
cp.CP0_Config1_C2;
212 cfg1.pc =
cp.CP0_Config1_PC;
213 cfg1.m =
cp.CP0_Config1_M;
222 cfg2.tu =
cp.CP0_Config2_TU;
223 cfg2.ts =
cp.CP0_Config2_TS;
224 cfg2.tl =
cp.CP0_Config2_TL;
225 cfg2.ta =
cp.CP0_Config2_TA;
226 cfg2.su =
cp.CP0_Config2_SU;
227 cfg2.ss =
cp.CP0_Config2_SS;
228 cfg2.sl =
cp.CP0_Config2_SL;
229 cfg2.sa =
cp.CP0_Config2_SA;
230 cfg2.m =
cp.CP0_Config2_M;
233 RegVal cfg2_Mask = 0x7000F000;
239 cfg3.dspp =
cp.CP0_Config3_DSPP;
240 cfg3.lpa =
cp.CP0_Config3_LPA;
241 cfg3.veic =
cp.CP0_Config3_VEIC;
242 cfg3.vint =
cp.CP0_Config3_VInt;
243 cfg3.sp =
cp.CP0_Config3_SP;
244 cfg3.mt =
cp.CP0_Config3_MT;
245 cfg3.sm =
cp.CP0_Config3_SM;
246 cfg3.tl =
cp.CP0_Config3_TL;
255 eBase.cpuNum =
cp.CP0_EBase_CPUNum;
259 RegVal EB_Mask = 0x3FFFF000;
266 scsCtl.hss =
cp.CP0_SrsCtl_HSS;
269 RegVal SC_Mask = 0x0000F3C0;
275 intCtl.ipti =
cp.CP0_IntCtl_IPTI;
276 intCtl.ippci =
cp.CP0_IntCtl_IPPCI;
279 RegVal IC_Mask = 0x000003E0;
285 watchHi.m =
cp.CP0_WatchHi_M;
288 RegVal wh_Mask = 0x7FFF0FFF;
294 perfCntCtl.m =
cp.CP0_PerfCtr_M;
295 perfCntCtl.w =
cp.CP0_PerfCtr_W;
298 RegVal pc_Mask = 0x00007FF;
311 pageGrain.esp =
cp.CP0_Config3_SP;
314 RegVal pg_Mask = 0x10000000;
333 RegVal stat_Mask = 0xFF78FF17;
409 return tcBind.curVPE;
417 DPRINTF(MipsPRA,
"Reading CP0 Register:%u Select:%u (%s) (%lx).\n",
432 "Reading CP0 Register:%u Select:%u (%s) with effect (%lx).\n",
445 "[tid:%i] Setting (direct set) CP0 Register:%u "
446 "Select:%u (%s) to %#x.\n",
458 "[tid:%i] Setting CP0 Register: %u Select: %u (%s) to %#x\n",
474 "[tid:%i] Setting CP0 Register:%u "
475 "Select:%u (%s) to %#x, with effect.\n",
502 "filterCP0Write: Mask: %lx, Inverse Mask: %lx, write Val: %x, "
503 "current val: %lx, written val: %x\n",
533 ThreadID num_threads = mvpConf0.ptc + 1;
535 for (
ThreadID tid = 0; tid < num_threads; tid++) {
540 if (tcHalt.h == 1 || tcStatus.a == 0) {
542 }
else if (tcHalt.h == 0 && tcStatus.a == 1) {
547 num_threads = mvpConf0.ptc + 1;
556 switch (cp0EventType)
std::vector< BankType > bankType
static const Priority CPU_Tick_Pri
CPU ticks must come after other associated CPU events (such as writebacks).
int16_t ThreadID
Thread index/ID type.
void setMiscRegNoEffect(int misc_reg, RegVal val, ThreadID tid=0)
static std::string miscRegNames[NumMiscRegs]
virtual ThreadContext * getContext(int tn)
Given a thread num get tho thread context for it.
std::vector< std::vector< RegVal > > miscRegFile_WriteMask
void schedule(Event &event, Tick when)
RegVal readMiscReg(int misc_reg, ThreadID tid=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 ...
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...
std::vector< std::vector< RegVal > > miscRegFile
void updateCPU(BaseCPU *cpu)
void setMiscReg(int misc_reg, RegVal val, ThreadID tid=0)
void processCP0Event(BaseCPU *cpu, CP0EventType)
Process a CP0 event.
RegVal readMiscRegNoEffect(int misc_reg, ThreadID tid=0) const
Cycles is a wrapper class for representing cycle counts, i.e.
unsigned getVPENum(ThreadID tid) const
void scheduleCP0Update(BaseCPU *cpu, Cycles delay=Cycles(0))
virtual BaseCPU * getCpuPtr()=0
void setRegMask(int misc_reg, RegVal val, ThreadID tid=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.
#define panic(...)
This implements a cprintf based panic() function.
void restoreThread(TC *tc)
Generated on Tue Mar 23 2021 19:41:18 for gem5 by doxygen 1.8.17