Searched refs:check (Results 1 - 25 of 32) sorted by relevance

12

/gem5/src/arch/sparc/
H A Dnativetrace.hh47 void check(NativeTraceRecord *record);
H A Dnativetrace.cc53 Trace::SparcNativeTrace::check(NativeTraceRecord *record) function in class:Trace::Trace::SparcNativeTrace
/gem5/src/cpu/
H A Dnativetrace.cc64 parent->check(this);
H A Dnativetrace.hh116 check(NativeTraceRecord *record) = 0;
/gem5/src/cpu/testers/rubytest/
H A DCheckTable.cc94 // entire check
99 DPRINTF(RubyTest, "Adding check for address: %s\n", address);
120 DPRINTF(RubyTest, "Looking for check by address: %s\n", address);
127 Check* check = i->second;
128 assert(check != NULL);
129 return check;
/gem5/site_scons/site_tools/
H A Dmercurial.py113 hook, check = m_hook.groups()
114 if check != "python:style.check_style":
116 "checker: %s" % (hook, check))
/gem5/util/
H A Dgit-pre-commit.py87 # It is prefered that the first check is silent as it is in the
88 # staged file. If the check fails, then we will do it non-silently
90 if not v.skip(fname) and v.check(fname, regions, fobj=f, silent=True):
92 if not v.check(fname, regions):
106 "To check your modifications, run: util/style.py -m"
/gem5/src/systemc/utils/
H A Dtracefile.hh60 virtual bool check() = 0;
79 check() override
104 check() override
132 check() override
166 check() override
/gem5/ext/pybind11/tests/
H A Dtest_numpy_array.cpp26 DtypeCheck check{};
27 check.numpy = np.attr("dtype")(np.attr(name));
28 check.pybind11 = py::dtype::of<T>();
29 return check;
56 DtypeSizeCheck check{};
57 check.name = py::type_id<T>();
58 check.size_cpp = sizeof(T);
59 check.dtype = py::dtype::of<T>();
60 check.size_numpy = check
[all...]
H A Dtest_numpy_array.py17 for check in m.get_concrete_dtype_checks():
18 print(check)
19 assert check.numpy == check.pybind11, check
20 if check.numpy.num != check.pybind11.num:
22 check, check.numpy.num, check
[all...]
/gem5/src/arch/arm/
H A Dnativetrace.hh113 void check(NativeTraceRecord *record);
H A Dnativetrace.cc139 Trace::ArmNativeTrace::check(NativeTraceRecord *record) function in class:Trace::Trace::ArmNativeTrace
/gem5/src/arch/x86/
H A Dnativetrace.hh85 void check(NativeTraceRecord *record);
H A Dnativetrace.cc141 X86NativeTrace::check(NativeTraceRecord *record) function in class:Trace::X86NativeTrace
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dscall.S33 # If running in M mode, use mstatus.MPP to check existence of U mode.
34 # Otherwise, if in S mode, then U mode must exist and we don't need to check.
H A Dcsr.S29 # If running in M mode, use mstatus.MPP to check existence of U mode.
30 # Otherwise, if in S mode, then U mode must exist and we don't need to check.
/gem5/ext/googletest/googletest/scripts/test/
H A DMakefile7 # make check - makes everything and runs the built sample test.
33 check : all
/gem5/src/mem/cache/tags/
H A Dfa_lru.cc127 // Sanity check; only one block reference should be erased
255 cacheTracking.check(head, tail);
282 cacheTracking.check(head, tail);
293 FALRU::CacheTracking::check(const FALRUBlk *head, const FALRUBlk *tail) const function in class:FALRU::CacheTracking
H A Dfa_lru.hh354 void check(const FALRUBlk *head, const FALRUBlk *tail) const;
/gem5/util/style/
H A Dverifiers.py110 Verifiers check for style violations and optionally fix such
163 # don't want to check it anyway.
180 errors = self.check(filename, regions)
195 def check(self, filename, regions=all_regions, fobj=None, silent=False): member in class:Verifier
204 The argument silent is useful to prevent output when we run check in
230 def check(self, filename, regions=all_regions, fobj=None, silent=False): member in class:LineVerifier
348 def check(self, filename, regions=all_regions, fobj=None, silent=False): member in class:SortedIncludes
/gem5/src/python/pybind11/
H A Dstats.cc117 .def("check", &Stats::Info::check)
/gem5/src/base/stats/
H A Dinfo.hh110 virtual bool check() const = 0;
/gem5/src/dev/net/
H A Dpktfifo.hh194 void check() const function in class:PacketFifo
/gem5/src/systemc/tests/
H A Dverify.py201 def check(self): member in class:Checker
277 def check(self): member in class:LogChecker
285 def check(self): member in class:VcdChecker
478 failed_diffs = filter(lambda d: not d.check(), diffs)
/gem5/src/python/m5/stats/
H A D__init__.py263 # We need this check because not all obj.getCCObject() is an
290 if not stat.check() or not stat.baseCheck():

Completed in 34 milliseconds

12