gem5
|
Structures tracking memory slots. More...
Public Attributes | |
uint64_t | size |
uint32_t | slot |
bool | active |
bool KvmVM::MemorySlot::active |
Definition at line 539 of file vm.hh.
Referenced by KvmVM::allocMemSlot(), KvmVM::disableMemSlot(), and KvmVM::setupMemSlot().
uint64_t KvmVM::MemorySlot::size |
Definition at line 537 of file vm.hh.
Referenced by KvmVM::allocMemSlot(), KvmVM::freeMemSlot(), and KvmVM::setupMemSlot().
uint32_t KvmVM::MemorySlot::slot |
Definition at line 538 of file vm.hh.
Referenced by KvmVM::allocMemSlot().