Go to the documentation of this file.
32 #ifndef __MEM_POOL_HH__
33 #define __MEM_POOL_HH__
114 #endif // __MEM_POOL_HH__
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Counter freePages() const
BitfieldType< SegDescriptorLimit > limit
Counter startPageNum
Start page of pool.
void serialize(CheckpointOut &cp) const override
Serialize an object.
Class for handling allocation of physical pages in SE mode.
void populate(const AddrRangeList &memories)
Basic support for object serialization.
Counter totalPages() const
void setFreePage(Counter value)
Addr allocate(Addr npages)
Addr allocPhysPages(int npages, int pool_id=0)
Allocate npages contiguous unused physical pages.
Addr memSize(int pool_id=0) const
Amount of physical memory that exists in a pool.
Counter allocatedPages() const
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Addr allocatedBytes() const
void serialize(CheckpointOut &cp) const override
Serialize an object.
Addr freePageAddr() const
void unserialize(CheckpointIn &cp) override
Unserialize an object.
double Counter
All counters are of 64-bit values.
Counter startPage() const
Addr freeMemSize(int pool_id=0) const
Amount of physical memory that is still free in a pool.
std::ostream CheckpointOut
Counter freePageNum
Page number of free memory.
MemPools(Addr page_shift)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Counter _totalPages
The size of the pool, in number of pages.
std::vector< MemPool > pools
Generated on Tue Dec 21 2021 11:34:34 for gem5 by doxygen 1.8.17