gem5 v24.0.0.0
|
#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 | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | 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) |