Searched refs:FullO3CPU (Results 1 - 8 of 8) sorted by relevance

/gem5/src/cpu/o3/
H A Dderiv.hh38 class DerivO3CPU : public FullO3CPU<O3CPUImpl>
42 : FullO3CPU<O3CPUImpl>(p)
H A Dimpl.hh43 class FullO3CPU;
71 typedef FullO3CPU<O3CPUImpl> O3CPU;
H A Dcpu.cc94 FullO3CPU<Impl>::FullO3CPU(DerivO3CPUParams *params) function in class:FullO3CPU
98 tickEvent([this]{ tick(); }, "FullO3CPU tick",
100 threadExitEvent([this]{ exitThreads(); }, "FullO3CPU exit threads",
166 // to the upper level CPU, and not this FullO3CPU.
320 this->thread[tid] = new typename FullO3CPU<Impl>::Thread(
331 this->thread[tid] = new typename FullO3CPU<Impl>::Thread(
366 // FullO3CPU always requires an interrupt controller.
368 fatal("FullO3CPU %s has no interrupt controller.\n"
377 FullO3CPU<Imp
[all...]
H A Dfetch.hh63 class FullO3CPU;
101 IcachePort(DefaultFetch<Impl> *_fetch, FullO3CPU<Impl>* _cpu)
174 return "FullO3CPU FetchFinishTranslation";
H A Dcpu.hh93 * FullO3CPU class, has each of the stages (fetch through commit)
98 class FullO3CPU : public BaseO3CPU class in inherits:BaseO3CPU
187 FullO3CPU(DerivO3CPUParams *params);
189 ~FullO3CPU();
H A Dlsq.hh61 class FullO3CPU;
130 FullO3CPU<Impl> *cpu;
134 DcachePort(LSQ<Impl> *_lsq, FullO3CPU<Impl>* _cpu)
/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh377 FullO3CPU<O3CPUImpl>* cpu;
H A Delastic_trace.cc63 cpu = dynamic_cast<FullO3CPU<O3CPUImpl>*>(params->manager);

Completed in 23 milliseconds