Searched refs:CHECK_SIZE (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/testers/rubytest/
H A DCheckTable.cc53 physical += CHECK_SIZE;
67 physical = 1000 + CHECK_SIZE;
85 if (floorLog2(CHECK_SIZE) != 0) {
91 for (int i = 0; i < CHECK_SIZE; i++) {
103 for (int i = 0; i < CHECK_SIZE; i++) {
H A DCheck.hh43 const int CHECK_SIZE = (1 << CHECK_SIZE_BITS); variable
H A DCheck.cc148 RequestPtr req = std::make_shared<Request>(m_address, CHECK_SIZE, flags,
245 RequestPtr req = std::make_shared<Request>(m_address, CHECK_SIZE, flags,
250 uint8_t *dataArray = new uint8_t[CHECK_SIZE];
299 if (m_store_count == CHECK_SIZE) {
312 for (int byte_number=0; byte_number<CHECK_SIZE; byte_number++) {

Completed in 6 milliseconds