gem5 v24.0.0.0
|
#include <acpi.hh>
Public Member Functions | |
LinearAllocator (Addr begin, Addr end=0) | |
Addr | alloc (std::size_t size, unsigned align) override |
Protected Attributes | |
Addr | next |
Addr const | end |
|
overridevirtual |
Implements gem5::X86ISA::ACPI::Allocator.
Definition at line 91 of file acpi.cc.
References end, next, and gem5::X86ISA::offset.
Referenced by gem5::X86ISA::FsWorkload::writeOutACPITables().
|
protected |
|
protected |