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++) {
143 const MipsISAParams *
165 DPRINTF(MipsPRA,
"Resetting CP0 State with %i TCs and %i VPEs\n",
169 panic(
"CP state must be set before the following code is used");
176 DPRINTF(MipsPRA,
"Initializing CP0 State.... ");
200 RegVal cfg_Mask = 0x7FFF0007;
239 RegVal cfg2_Mask = 0x7000F000;
265 RegVal EB_Mask = 0x3FFFF000;
275 RegVal SC_Mask = 0x0000F3C0;
285 RegVal IC_Mask = 0x000003E0;
294 RegVal wh_Mask = 0x7FFF0FFF;
304 RegVal pc_Mask = 0x00007FF;
320 RegVal pg_Mask = 0x10000000;
339 RegVal stat_Mask = 0xFF78FF17;
415 return tcBind.curVPE;
423 DPRINTF(MipsPRA,
"Reading CP0 Register:%u Select:%u (%s) (%lx).\n",
438 "Reading CP0 Register:%u Select:%u (%s) with effect (%lx).\n",
451 "[tid:%i] Setting (direct set) CP0 Register:%u " 452 "Select:%u (%s) to %#x.\n",
453 tid, misc_reg / 8, misc_reg % 8,
miscRegNames[misc_reg], val);
464 "[tid:%i] Setting CP0 Register: %u Select: %u (%s) to %#x\n",
465 tid, misc_reg / 8, misc_reg % 8,
miscRegNames[misc_reg], val);
480 "[tid:%i] Setting CP0 Register:%u " 481 "Select:%u (%s) to %#x, with effect.\n",
482 tid, misc_reg / 8, misc_reg % 8,
miscRegNames[misc_reg], val);
508 "filterCP0Write: Mask: %lx, Inverse Mask: %lx, write Val: %x, " 509 "current val: %lx, written val: %x\n",
539 ThreadID num_threads = mvpConf0.ptc + 1;
541 for (
ThreadID tid = 0; tid < num_threads; tid++) {
546 if (tcHalt.h == 1 || tcStatus.a == 0) {
548 }
else if (tcHalt.h == 0 && tcStatus.a == 1) {
553 num_threads = mvpConf0.ptc + 1;
562 switch (cp0EventType)
573 MipsISAParams::create()
#define panic(...)
This implements a cprintf based panic() function.
Cycles is a wrapper class for representing cycle counts, i.e.
unsigned CP0_EBase_CPUNum
ISA-specific helper functions for multithreaded execution.
const Params * params() const
void restoreThread(TC *tc)
RegVal readMiscRegNoEffect(int misc_reg, ThreadID tid=0) const
unsigned CP0_PRId_ProcessorID
void updateCPU(BaseCPU *cpu)
virtual BaseCPU * getCpuPtr()=0
unsigned getVPENum(ThreadID tid) const
ThreadContext is the external interface to all thread state for anything outside of the CPU...
std::vector< std::vector< RegVal > > miscRegFile_WriteMask
void setMiscRegNoEffect(int misc_reg, RegVal val, ThreadID tid=0)
void processCP0Event(BaseCPU *cpu, CP0EventType)
Process a CP0 event.
unsigned CP0_PRId_CompanyID
void replaceBits(T &val, int first, int last, B bit_val)
A convenience function to replace bits first to last of val with bit_val in place.
static const Priority CPU_Tick_Pri
CPU ticks must come after other associated CPU events (such as writebacks).
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 ...
void schedule(Event &event, Tick when)
RegVal readMiscReg(int misc_reg, ThreadContext *tc, ThreadID tid=0)
static std::string miscRegNames[NumMiscRegs]
unsigned CP0_PRId_CompanyOptions
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...
void scheduleCP0Update(BaseCPU *cpu, Cycles delay=Cycles(0))
int16_t ThreadID
Thread index/ID type.
const SimObjectParams * _params
Cached copy of the object parameters.
unsigned CP0_PRId_Revision
std::vector< std::vector< RegVal > > miscRegFile
unsigned CP0_IntCtl_IPPCI
virtual ThreadContext * getContext(int tn)
Given a thread num get tho thread context for it.
std::vector< BankType > bankType
void setRegMask(int misc_reg, RegVal val, ThreadID tid=0)
void setMiscReg(int misc_reg, RegVal val, ThreadContext *tc, ThreadID tid=0)