Searched refs:TraceCPU (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/trace/
H A Dtrace_cpu.cc47 int TraceCPU::numTraceCPUs = 0;
49 TraceCPU::TraceCPU(TraceCPUParams *params) function in class:TraceCPU
70 ++TraceCPU::numTraceCPUs;
84 TraceCPU::~TraceCPU()
89 TraceCPU*
92 return new TraceCPU(this);
96 TraceCPU::updateNumOps(uint64_t rob_num)
106 TraceCPU
[all...]
H A DTraceCPU.py43 class TraceCPU(BaseCPU): class in inherits:BaseCPU
47 type = 'TraceCPU'
H A Dtrace_cpu.hh56 #include "params/TraceCPU.hh"
71 * The TraceCPU inherits from BaseCPU so some virtual methods need to be
144 class TraceCPU : public BaseCPU class in inherits:BaseCPU
148 TraceCPU(TraceCPUParams *params);
149 ~TraceCPU();
167 * speculatively issued loads that are modelled in the TraceCPU replay.
189 * When resuming from checkpoint in FS mode, the TraceCPU takes over from
192 * TraceCPU.
232 IcachePort(TraceCPU* _cpu)
262 TraceCPU* owne
[all...]
/gem5/util/tlm/conf/
H A Dtlm_elastic_slave.py70 system = System(cpu=TraceCPU(cpu_id=0),
/gem5/util/tlm/examples/
H A Dtlm_elastic_slave_with_l2.py77 system = System(cpu=TraceCPU(cpu_id=0),

Completed in 10 milliseconds