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

/gem5/src/cpu/o3/
H A Dchecker.hh53 class O3Checker : public Checker<O3CPUImpl>
57 : Checker<O3CPUImpl>(p)
H A Dchecker.cc49 class Checker<O3CPUImpl>;
H A Dcpu.hh73 class Checker;
690 Checker<Impl> *checker;
H A Dcpu.cc152 checker = dynamic_cast<Checker<Impl> *>(temp_checker);
/gem5/src/cpu/checker/
H A Dcpu_impl.hh62 #include "debug/Checker.hh"
72 Checker<Impl>::advancePC(const Fault &fault)
85 DPRINTF(Checker, "Advancing PC to %s.\n", thread->pcState());
93 Checker<Impl>::handlePendingInt()
95 DPRINTF(Checker, "IRQ detected at PC: %s with %d insts in buffer\n",
127 Checker<Impl>::verify(const DynInstPtr &completed_inst)
150 DPRINTF(Checker, "Adding instruction [sn:%lli] PC:%s to list\n",
165 DPRINTF(Checker, "Adding instruction [sn:%lli] PC:%s to list\n",
195 DPRINTF(Checker, "Processing instruction [sn:%lli] PC:%s.\n",
218 DPRINTF(Checker, "Change
[all...]
H A Dcpu.hh60 #include "debug/Checker.hh"
83 * Checker's state through any ThreadContext accesses. This allows the
445 DPRINTF(Checker, "Changing PC to %s, old PC %s.\n",
469 DPRINTF(Checker, "Setting misc reg %d with no effect to check later\n",
478 DPRINTF(Checker, "Setting misc reg %d with effect to check later\n",
616 * Templated Checker class. This Checker class is templated on the
618 * template instantiations of the Checker must be placed at the bottom
622 class Checker : public CheckerCPU class in inherits:CheckerCPU
628 Checker(Param function in class:Checker
[all...]
H A Dthread_context.hh52 #include "debug/Checker.hh"
63 * Derived ThreadContext class for use with the Checker. The template
395 DPRINTF(Checker, "Changing PC to %s, old PC %s\n",
439 DPRINTF(Checker, "Setting misc reg with no effect: %d to both Checker"
448 DPRINTF(Checker, "Setting misc reg with effect: %d to both Checker"
/gem5/src/systemc/tests/
H A Dverify.py195 class Checker(object): class in inherits:object
218 class DiffingChecker(Checker):
472 diffs.append(Checker(ref_path, test_path, name))

Completed in 15 milliseconds