Searched refs:block_size (Results 26 - 30 of 30) sorted by relevance

12

/gem5/src/mem/cache/
H A Dbase.hh1281 coalesceLimit(p->coalesce_limit * p->block_size),
1282 noAllocateLimit(p->no_allocate_limit * p->block_size),
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc55 int ghist_length, int block_size,
65 ghist_words(ghist_length/block_size+1, 0),
115 blockSize(p->block_size), pcshift(p->pcshift), threshold(p->threshold),
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 DBranchPredictor.py507 block_size = Param.Int(21, variable in class:MultiperspectivePerceptron
/gem5/configs/ruby/
H A DGPU_VIPER_Baseline.py262 self.block_size = "%dB" % (64 * options.blocks_per_region)
264 self.block_size * options.num_compute_units
/gem5/src/mem/ruby/structures/
H A DCacheMemory.cc72 m_block_size = p->block_size; // may be 0 at this point. Updated in init()

Completed in 23 milliseconds

12