Searched refs:fetch1 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/minor/
H A Dpipeline.cc46 #include "cpu/minor/fetch1.hh"
77 fetch1(cpu.name() + ".fetch1", cpu, params,
119 fetch1.minorTrace();
140 fetch1.evaluate();
189 return fetch1.getIcachePort();
201 fetch1.wakeupFetch(tid);
226 fetch1.wakeupFetch(tid);
235 bool fetch1_drained = fetch1.isDrained();
H A Dpipeline.hh54 #include "cpu/minor/fetch1.hh"
88 Fetch1 fetch1; member in class:Minor::Pipeline

Completed in 4 milliseconds