38 #ifndef __ARCH_ARM_LINUX_ATAG_HH__ 39 #define __ARCH_ARM_LINUX_ATAG_HH__ 63 virtual uint32_t
tag() = 0;
65 virtual bool null() {
return false; }
72 storage =
new uint32_t[
size()];
84 memcpy(p, storage,
size() << 2);
92 static const uint32_t Size = 5;
106 static const uint32_t Size = 4;
119 static const uint32_t Size = 3;
132 static const uint32_t Size = 4;
144 static const uint32_t Size = 3;
150 int len = s.length() + 1;
153 _size = 2 + ((len + 3) >> 2);
161 strcpy((
char*)&
storage[2] , s.c_str());
171 static const uint32_t Size = 2;
172 virtual bool null() {
return true; }
284 #endif // __ARCH_ARM_LINUX_ATAG_HH__
void pagesize(uint32_t i)
void memStart(uint32_t i)
virtual bool null()
If the header should be 0 size.
uint32_t tag()
Tag (normally starts with 'T''A' and 16 bits of number.
uint32_t tag()
Tag (normally starts with 'T''A' and 16 bits of number.
void cmdline(const std::string &s)
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,16,32,64}_t.
uint32_t tag()
Tag (normally starts with 'T''A' and 16 bits of number.
uint32_t tag()
Tag (normally starts with 'T''A' and 16 bits of number.
uint32_t tag()
Tag (normally starts with 'T''A' and 16 bits of number.