gem5
v22.0.0.1
|
#include "mem/ruby/common/Address.hh"
#include "base/bitfield.hh"
#include "mem/ruby/system/RubySystem.hh"
Go to the source code of this file.
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::ruby | |
Functions | |
Addr | gem5::ruby::bitSelect (Addr addr, unsigned int small, unsigned int big) |
Addr | gem5::ruby::maskLowOrderBits (Addr addr, unsigned int number) |
Addr | gem5::ruby::getOffset (Addr addr) |
Addr | gem5::ruby::makeLineAddress (Addr addr) |
Addr | gem5::ruby::makeLineAddress (Addr addr, int cacheLineBits) |
Addr | gem5::ruby::makeNextStrideAddress (Addr addr, int stride) |
std::string | gem5::ruby::printAddress (Addr addr) |