Searched refs:FreeList (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/o3/
H A Dfree_list.cc37 #include "debug/FreeList.hh"
43 DPRINTF(FreeList, "Creating new free list object.\n");
H A Dcpu_policy.hh64 typedef UnifiedFreeList FreeList; typedef in struct:SimpleCPUPolicy
H A Drename.hh82 typedef typename CPUPol::FreeList FreeList; typedef in class:DefaultRename
182 void setFreeList(FreeList *fl_ptr);
365 FreeList *freeList;
H A Dfree_list.hh55 #include "debug/FreeList.hh"
105 * FreeList class that simply holds the list of free integer and floating
112 * Note that while this most likely should be called FreeList, the name
113 * "FreeList" is used in a typedef within the CPU Policy, and therefore no
114 * class can be named simply "FreeList".
300 DPRINTF(FreeList,"Freeing register %i (%s).\n", freed_reg->index(),
H A Dcpu.hh581 typename CPUPolicy::FreeList freeList;
H A Drename_impl.hh327 DefaultRename<Impl>::setFreeList(FreeList *fl_ptr)

Completed in 16 milliseconds