Searched defs:block_size (Results 1 - 17 of 17) sorted by relevance

/gem5/src/mem/ruby/structures/
H A DReplacementPolicy.py39 block_size = Param.Int(Parent.cache_line_size, "block size in bytes") variable in class:ReplacementPolicy
H A DRubyCache.py45 block_size = Param.MemorySize("0B", "block size in bytes. 0 means default RubyBlockSize") variable in class:RubyCache
/gem5/src/mem/cache/compressors/
H A DCompressors.py38 block_size = Param.Int(Parent.cache_line_size, "Block size in bytes") variable in class:BaseCacheCompressor
/gem5/src/cpu/
H A Dutils.hh52 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 Druby_mem_test.py92 block_size = 64 variable
H A Dmemtest.py132 block_size = 64 variable
/gem5/src/gpu-compute/
H A Dfetch_unit.cc137 int block_size = computeUnit->cacheLineSize(); local
H A Dkernel_cfg.cc113 size_t block_size = 0; local
H A Dshader.cc232 int block_size = cuList.at(cu_id)->cacheLineSize(); local
/gem5/src/mem/cache/tags/
H A DTags.py55 block_size = Param.Int(Parent.cache_line_size, "block size in bytes") variable in class:BaseTags
H A Dfa_lru.hh285 CacheTracking(unsigned min_size, unsigned max_size, unsigned block_size) argument
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_mempool.cpp87 int block_size; // size of each block in bytes, member in class:sc_core::sc_allocator
/gem5/src/mem/cache/
H A DCache.py72 block_size = Param.Int(Parent.cache_line_size, "block size in bytes") variable in class:WriteAllocator
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc52 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 Dmultiperspective_perceptron.hh497 hash(const std::vector<unsigned int> &ghist_words, int block_size, int start_pos, int end_pos) argument
[all...]
H A DBranchPredictor.py507 block_size = Param.Int(21, variable in class:MultiperspectivePerceptron
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py73 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

Completed in 35 milliseconds