/gem5/src/mem/ruby/structures/ |
H A D | ReplacementPolicy.py | 39 block_size = Param.Int(Parent.cache_line_size, "block size in bytes") variable in class:ReplacementPolicy
|
H A D | RubyCache.py | 45 block_size = Param.MemorySize("0B", "block size in bytes. 0 means default RubyBlockSize") variable in class:RubyCache
|
/gem5/src/mem/cache/compressors/ |
H A D | Compressors.py | 38 block_size = Param.Int(Parent.cache_line_size, "Block size in bytes") variable in class:BaseCacheCompressor
|
/gem5/src/cpu/ |
H A D | utils.hh | 52 addrBlockOffset(Addr addr, Addr block_size) argument 65 addrBlockAlign(Addr addr, Addr block_size) argument 79 transferNeedsBurst(Addr addr, unsigned int size, unsigned int block_size) argument [all...] |
/gem5/configs/example/ |
H A D | ruby_mem_test.py | 92 block_size = 64 variable
|
H A D | memtest.py | 132 block_size = 64 variable
|
/gem5/src/gpu-compute/ |
H A D | fetch_unit.cc | 137 int block_size = computeUnit->cacheLineSize(); local
|
H A D | kernel_cfg.cc | 113 size_t block_size = 0; local
|
H A D | shader.cc | 232 int block_size = cuList.at(cu_id)->cacheLineSize(); local
|
/gem5/src/mem/cache/tags/ |
H A D | Tags.py | 55 block_size = Param.Int(Parent.cache_line_size, "block size in bytes") variable in class:BaseTags
|
H A D | fa_lru.hh | 285 CacheTracking(unsigned min_size, unsigned max_size, unsigned block_size) argument
|
/gem5/ext/systemc/src/sysc/utils/ |
H A D | sc_mempool.cpp | 87 int block_size; // size of each block in bytes, member in class:sc_core::sc_allocator
|
/gem5/src/mem/cache/ |
H A D | Cache.py | 72 block_size = Param.Int(Parent.cache_line_size, "block size in bytes") variable in class:WriteAllocator
|
/gem5/src/cpu/pred/ |
H A D | multiperspective_perceptron.cc | 52 ThreadData(int num_filters, int n_local_histories, int local_history_length, int assoc, const std::vector<std::vector<int>> &blurrypath_bits, int path_length, int ghist_length, int block_size, const std::vector<std::vector<std::vector<bool>>> &acyclic_bits, const std::vector<int> &modhist_indices, const std::vector<int> &modhist_lengths, const std::vector<int> &modpath_indices, const std::vector<int> &modpath_lengths, const std::vector<int> &table_sizes, int n_sign_bits) argument
|
H A D | multiperspective_perceptron.hh | 497 hash(const std::vector<unsigned int> &ghist_words, int block_size, int start_pos, int end_pos) argument [all...] |
H A D | BranchPredictor.py | 507 block_size = Param.Int(21, variable in class:MultiperspectivePerceptron
|
/gem5/src/mem/cache/prefetch/ |
H A D | Prefetcher.py | 73 block_size = Param.Int(Parent.cache_line_size, "Block size in bytes") variable in class:BasePrefetcher 277 block_size = Param.Unsigned(Parent.block_size, variable in class:AccessMapPatternMatching
|