Go to the documentation of this file.
38 #ifndef __BASE_CHANNEL_ADDR_HH__
39 #define __BASE_CHANNEL_ADDR_HH__
66 explicit constexpr
operator Type()
const {
return a; }
74 :
a(range.removeIntlvBits(_a)) {}
216 return std::hash<gem5::ChannelAddr::Type>{}(
222 #endif // __BASE_CHANNEL_ADDR_HH__
ChannelAddr & operator=(const ChannelAddr &)=default
constexpr Type value() const
Converting back to the value type.
Addr addIntlvBits(Addr a) const
This method adds the interleaving bits removed by removeIntlvBits.
constexpr ChannelAddr operator^(const int b) const
gem5::ChannelAddr argument_type
result_type operator()(argument_type const &a) const noexcept
constexpr ChannelAddrRange()
constexpr ChannelAddr operator+(const ChannelAddr &b) const
static std::ostream & operator<<(std::ostream &os, const DummyMatRegContainer &d)
constexpr bool operator<(const ChannelAddr &b) const
constexpr ChannelAddr operator<<(const int b) const
constexpr ChannelAddr operator>>(const int b) const
constexpr ChannelAddr operator+(const Type &b) const
constexpr ChannelAddr size() const
constexpr ChannelAddr end() const
constexpr bool operator<=(const ChannelAddr &b) const
Addr getPA(const AddrRange &range) const
constexpr ChannelAddr operator*(const Type &b) const
constexpr ChannelAddrRange(ChannelAddr start, ChannelAddr end)
constexpr ChannelAddr operator&(const ChannelAddr &b) const
constexpr bool operator>(const ChannelAddr &b) const
constexpr bool valid() const
constexpr ChannelAddr operator/(const Type &b) const
ChannelAddr(const AddrRange &range, Addr _a)
The ChanneelAddrRange class describes a contiguous range of addresses in a contiguous channel-local a...
constexpr bool operator==(const ChannelAddr &b) const
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
constexpr ChannelAddr start() const
constexpr bool operator!=(const ChannelAddr &b) const
constexpr ChannelAddr operator|(const Type b) const
Overload hash function for BasicBlockRange type.
Class holding a guest address in a contiguous channel-local address space.
constexpr ChannelAddr operator^(const ChannelAddr &b) const
constexpr bool operator>=(const ChannelAddr &b) const
constexpr ChannelAddr operator%(const int b) const
constexpr ChannelAddr operator&(const Type b) const
constexpr ChannelAddr operator-(const ChannelAddr &b) const
constexpr bool contains(ChannelAddr a) const
constexpr ChannelAddr(Type _a)
Explicit constructor assigning a value.
The AddrRange class encapsulates an address range, and supports a number of tests to check if two ran...
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
constexpr ChannelAddr operator|(const ChannelAddr &b) const
Type a
Member holding the actual value.
constexpr ChannelAddr operator-(const Type &b) const
Generated on Sun Jul 30 2023 01:56:50 for gem5 by doxygen 1.8.17