Go to the documentation of this file.
42 : sys(
system), freePageNum(ptr >> sys->getPageShift()),
43 _totalPages(
limit >> sys->getPageShift())
110 warn(
"Reached m5ops MMIO region\n");
116 "please increase size of physical memory.");
Addr start() const
Get the start address of the range.
Counter freePages() const
BitfieldType< SegDescriptorLimit > limit
Counter totalPages() const
void setFreePage(Counter value)
Addr allocate(Addr npages)
Addr getPageShift() const
Get the number of bits worth of in-page address for the ISA.
Addr end() const
Get the end address of the range.
bool valid() const
Determine if the range is valid.
Counter allocatedPages() const
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Addr allocatedBytes() const
Addr freePageAddr() const
const AddrRange & m5opRange() const
Range used by memory-mapped m5 pseudo-ops if enabled.
double Counter
All counters are of 64-bit values.
Counter freePageNum
Page number to free memory.
#define fatal_if(cond,...)
Conditional fatal macro that checks the supplied condition and only causes a fatal error if the condi...
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.
MemPool(System *system, Addr ptr, Addr limit)
Generated on Wed Jul 28 2021 12:10:29 for gem5 by doxygen 1.8.17