Go to the documentation of this file.
83 if (
mask.getMask(
i, 1)) {
103 for (
int i = 0;
i < size;
i++) {
104 out << std::setw(2) << std::setfill(
'0') << std::hex
105 <<
"0x" << (int)
m_data[
i] <<
" " << std::setfill(
' ');
107 out << std::dec <<
"]" << std::flush;
void setData(const uint8_t *data, int offset, int len)
static uint32_t getBlockSizeBytes()
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)
Addr getOffset(Addr addr)
void writeData(uint8_t *p) const
Copy data from the packet to the memory at the provided pointer.
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....
Generated on Wed Jul 28 2021 12:10:28 for gem5 by doxygen 1.8.17