gem5 v24.0.0.0
|
#include <atag.hh>
Public Member Functions | |
uint32_t | tag () |
Tag (normally starts with 'T''A' and 16 bits of number. | |
void | flags (uint32_t i) |
void | pagesize (uint32_t i) |
void | rootdev (uint32_t i) |
AtagCore () | |
Public Member Functions inherited from gem5::AtagHeader | |
virtual bool | null () |
If the header should be 0 size. | |
uint32_t | size () const |
AtagHeader (uint32_t s) | |
virtual | ~AtagHeader () |
uint32_t | copyOut (uint8_t *p) |
Static Public Attributes | |
static const uint32_t | Size = 5 |
Additional Inherited Members | |
Protected Attributes inherited from gem5::AtagHeader | |
uint32_t * | storage |
uint32_t | _size |
|
inline |
Definition at line 99 of file atag.hh.
References gem5::ArmISA::i, and gem5::AtagHeader::storage.
Referenced by gem5::ArmISA::FsLinux::initState().
|
inline |
Definition at line 100 of file atag.hh.
References gem5::ArmISA::i, and gem5::AtagHeader::storage.
|
inline |
Definition at line 101 of file atag.hh.
References gem5::ArmISA::i, and gem5::AtagHeader::storage.
|
inlinevirtual |
Tag (normally starts with 'T''A' and 16 bits of number.
Implements gem5::AtagHeader.
Definition at line 97 of file atag.hh.
References gem5::CoreTag.