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

/gem5/ext/mcpat/
H A Darch_const.h195 const int LQEntries=32; variable
/gem5/configs/common/
H A DCpuConfig.py123 cpu.LQEntries = 128;
/gem5/src/cpu/o3/
H A DO3CPU.py129 LQEntries = Param.Unsigned(32, "Number of load queue entries") variable in class:DerivO3CPU
H A Dlsq_impl.hh69 LQEntries(params->LQEntries),
71 maxLQEntries(maxLSQAllocation(lsqPolicy, LQEntries, params->numThreads,
93 assert(params->smtLSQThreshold > params->LQEntries);
H A Dlsq.hh1099 unsigned LQEntries; member in class:LSQ::LSQRequest
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py108 LQEntries = 16 variable in class:O3_ARM_v7a_3
H A Dex5_big.py110 LQEntries = 16 variable in class:ex5_big

Completed in 12 milliseconds