Go to the documentation of this file.
41 #ifndef __MEM_RUBY_COMMON_DATABLOCK_HH__
42 #define __MEM_RUBY_COMMON_DATABLOCK_HH__
81 uint8_t
getByte(
int whichByte)
const;
91 void print(std::ostream& out)
const;
102 assert(
data != NULL);
139 return obj1.
equal(obj2);
145 #endif // __MEM_RUBY_COMMON_DATABLOCK_HH__
void setData(const uint8_t *data, int offset, int len)
uint8_t getByte(int whichByte) const
std::ostream & operator<<(std::ostream &os, const BoolVec &myvector)
bool operator==(const DataBlock &obj1, const DataBlock &obj2)
bool equal(const DataBlock &obj) const
constexpr uint64_t mask(unsigned nbits)
Generate a 64-bit mask of 'nbits' 1s, right justified.
void copyPartial(const DataBlock &dblk, int offset, int len)
DataBlock & operator=(const DataBlock &obj)
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
void atomicPartial(const DataBlock &dblk, const WriteMask &mask)
void setByte(int whichByte, uint8_t data)
void print(std::ostream &out) const
const uint8_t * getData(int offset, int len) const
uint8_t * getDataMod(int offset)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void assign(uint8_t *data)
Generated on Wed Jul 28 2021 12:10:28 for gem5 by doxygen 1.8.17