Searched refs:block_size_bytes (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/ruby/system/
H A DRubySystem.py41 block_size_bytes = Param.UInt32(64, variable in class:RubySystem
H A DRubySystem.cc65 m_block_size_bytes = p->block_size_bytes;
104 uint64_t block_size_bytes)
131 sequencer_map, block_size_bytes);
241 uint64_t block_size_bytes = getBlockSizeBytes(); local
242 SERIALIZE_SCALAR(block_size_bytes);
312 uint64_t block_size_bytes = getBlockSizeBytes(); local
313 UNSERIALIZE_OPT_SCALAR(block_size_bytes);
328 makeCacheRecorder(uncompressed_trace, cache_trace_size, block_size_bytes);
102 makeCacheRecorder(uint8_t *uncompressed_trace, uint64_t cache_trace_size, uint64_t block_size_bytes) argument
H A DCacheRecorder.hh75 uint64_t block_size_bytes);
H A DCacheRecorder.cc56 uint64_t block_size_bytes)
60 m_records_flushed(0), m_block_size_bytes(block_size_bytes)
53 CacheRecorder(uint8_t* uncompressed_trace, uint64_t uncompressed_trace_size, std::vector<Sequencer*>& seq_map, uint64_t block_size_bytes) argument
H A DRubySystem.hh111 uint64_t block_size_bytes);
/gem5/configs/ruby/
H A DRuby.py90 ruby.block_size_bytes = options.cacheline_size

Completed in 10 milliseconds