Searched refs:FUPool (Results 1 - 9 of 9) sorted by relevance

/gem5/src/cpu/o3/
H A DFUPool.py46 class FUPool(SimObject): class in inherits:SimObject
47 type = 'FUPool'
51 class DefaultFUPool(FUPool):
H A Dfu_pool.cc57 FUPool::FUIdxQueue::addFU(int fu_idx)
64 FUPool::FUIdxQueue::getFU()
74 FUPool::~FUPool()
84 FUPool::FUPool(const Params *p) function in class:FUPool
160 FUPool::getUnit(OpClass capability)
188 FUPool::freeUnitNextCycle(int fu_idx)
195 FUPool::processFreeUnits()
208 FUPool
[all...]
H A Dfu_pool.hh53 #include "params/FUPool.hh"
71 class FUPool : public SimObject class in inherits:SimObject
134 FUPool(const Params *p);
135 ~FUPool();
H A DO3CPU.py48 from m5.objects.FUPool import *
116 fuPool = Param.FUPool(DefaultFUPool(), "Functional Unit pool")
H A Diew.hh58 class FUPool;
365 FUPool *fuPool;
H A Dinst_queue.hh62 class FUPool;
309 FUPool *fuPool;
H A Dinst_queue_impl.hh839 int idx = FUPool::NoCapableFU;
852 if (idx > FUPool::NoFreeFU) {
859 if (idx != FUPool::NoFreeFU) {
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py92 class O3_ARM_v7a_FUP(FUPool):
H A Dex5_big.py94 class ex5_big_FUP(FUPool):

Completed in 20 milliseconds