Searched refs:LFSTSize (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/o3/
H A Dstore_set.cc39 : clearPeriod(clear_period), SSITSize(_SSIT_size), LFSTSize(_LFST_size)
43 SSITSize, LFSTSize);
56 if (!isPowerOf2(LFSTSize)) {
60 LFST.resize(LFSTSize);
62 validLFST.resize(LFSTSize);
64 for (int i = 0; i < LFSTSize; ++i) {
84 LFSTSize = _LFST_size;
89 SSITSize, LFSTSize);
98 LFST.resize(LFSTSize);
100 validLFST.resize(LFSTSize);
[all...]
H A Dstore_set.hh118 { return ((PC ^ (PC >> 10)) % LFSTSize); }
148 int LFSTSize; member in class:StoreSet
H A DO3CPU.py136 LFSTSize = Param.Unsigned(1024, "Last fetched store table size") variable in class:DerivO3CPU
H A Dmem_dep_unit_impl.hh64 params->LFSTSize),
106 params->LFSTSize);
/gem5/ext/mcpat/
H A Darch_const.h194 const int LFSTSize=1024; variable
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py111 LFSTSize = 1024 variable in class:O3_ARM_v7a_3
H A Dex5_big.py113 LFSTSize = 1024 variable in class:ex5_big

Completed in 14 milliseconds