Searched refs:Check (Results 1 - 9 of 9) sorted by relevance

/gem5/util/maint/
H A Dupstream_msg_filter.sed45 /Copyright-Check:/d;
46 /Style-Check:/d;
/gem5/ext/googletest/googletest/test/
H A Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { function in namespace:__anon57
143 Check(testing::AddGlobalTestEnvironment(env) == env,
148 Check(RunAllTests(env, NO_FAILURE) != 0,
151 Check(test_was_run,
154 Check(env->tear_down_was_run(),
159 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0,
162 Check(test_was_run,
165 Check(env->tear_down_was_run(),
170 Check(RunAllTests(env, FATAL_FAILURE) != 0,
173 Check(!test_was_ru
[all...]
/gem5/src/cpu/testers/rubytest/
H A DCheckTable.hh39 class Check;
48 Check* getRandomCheck();
49 Check* getCheck(Addr address);
65 std::vector<Check*> m_check_vector;
66 std::unordered_map<Addr, Check*> m_lookup_map;
H A DCheck.hh45 class Check class
48 Check(Addr address, Addr pc, int _num_writers,
51 void initiate(); // Does Action or Check or nether
82 operator<<(std::ostream& out, const Check& obj)
H A DCheckTable.cc35 #include "cpu/testers/rubytest/Check.hh"
87 panic("Check not aligned");
101 Check* check_ptr = new Check(address, 100 + m_check_vector.size(),
110 Check*
117 Check*
127 Check* check = i->second;
H A DCheck.cc30 #include "cpu/testers/rubytest/Check.hh"
39 Check::Check(Addr address, Addr pc, int _num_writers, int _num_readers, function in class:Check
56 Check::initiate()
82 Check::initiatePrefetch()
138 Check::initiateFlush()
167 Check::initiateAction()
211 DPRINTF(RubyTest, "Check %#x, State=Action_Pending\n", m_address);
227 Check::initiateCheck()
229 DPRINTF(RubyTest, "Initiating Check\
[all...]
H A DRubyTester.cc46 #include "cpu/testers/rubytest/Check.hh"
238 Check* check_ptr = m_checkTable_ptr->getCheck(data->getAddress());
248 Check* check_ptr = m_checkTable_ptr->getRandomCheck();
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dmcsr.S16 # Check that mcpuid reports the correct XLEN
23 # Check that mhartid reports 0
26 # Check that reading the following CSRs doesn't cause an exception
31 # Check that writing hte following CSRs doesn't cause an exception
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h117 template <typename Concrete, typename... Check, typename... Int>
119 using code_index = std::integral_constant<int, constexpr_first<same_size<Concrete>::template as, Check...>()>;
120 static_assert(code_index::value != sizeof...(Check), "Unable to match type on this platform");
1431 // Check for C contiguity (but only if previous inputs were also C contiguous)
1444 // Check for Fortran contiguity (if previous inputs were also F contiguous)

Completed in 17 milliseconds