gem5
v20.0.0.0
|
Class holding a guest address in a contiguous channel-local address space. More...
#include <channel_addr.hh>
Public Types | |
using | Type = Addr |
Public Member Functions | |
constexpr | ChannelAddr (Type _a) |
Explicit constructor assigning a value. More... | |
constexpr | operator Type () const |
Converting back to the value type. More... | |
constexpr Type | value () const |
Converting back to the value type. More... | |
constexpr | ChannelAddr () |
ChannelAddr (const AddrRange &range, Addr _a) | |
ChannelAddr (const ChannelAddr &)=default | |
ChannelAddr & | operator= (const ChannelAddr &)=default |
Addr | getPA (const AddrRange &range) const |
constexpr ChannelAddr | operator| (const Type b) const |
constexpr ChannelAddr | operator & (const Type 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 | operator/ (const Type &b) const |
constexpr ChannelAddr | operator+ (const Type &b) const |
constexpr ChannelAddr | operator- (const Type &b) const |
constexpr ChannelAddr | operator| (const ChannelAddr &b) const |
constexpr ChannelAddr | operator & (const ChannelAddr &b) const |
constexpr ChannelAddr | operator^ (const ChannelAddr &b) const |
constexpr ChannelAddr | operator+ (const ChannelAddr &b) const |
constexpr ChannelAddr | operator- (const ChannelAddr &b) const |
constexpr bool | operator> (const ChannelAddr &b) const |
constexpr bool | operator>= (const ChannelAddr &b) const |
constexpr bool | operator< (const ChannelAddr &b) const |
constexpr bool | operator<= (const ChannelAddr &b) const |
constexpr bool | operator== (const ChannelAddr &b) const |
constexpr bool | operator!= (const ChannelAddr &b) const |
Private Attributes | |
Type | a |
Member holding the actual value. More... | |
Class holding a guest address in a contiguous channel-local address space.
Definition at line 49 of file channel_addr.hh.
using ChannelAddr::Type = Addr |
Definition at line 52 of file channel_addr.hh.
|
inlineexplicit |
Explicit constructor assigning a value.
Definition at line 55 of file channel_addr.hh.
|
inline |
Definition at line 63 of file channel_addr.hh.
Referenced by ChannelAddr(), operator &(), operator*(), operator+(), operator-(), operator/(), operator<<(), operator>>(), operator^(), and operator|().
Definition at line 65 of file channel_addr.hh.
References ChannelAddr(), and operator=().
|
default |
Definition at line 72 of file channel_addr.hh.
References a, and AddrRange::addIntlvBits().
|
inline |
Definition at line 79 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 111 of file channel_addr.hh.
References a, and ChannelAddr().
|
inlineexplicit |
|
inline |
Definition at line 132 of file channel_addr.hh.
References a.
|
inline |
Definition at line 91 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 99 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 119 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 103 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 123 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 95 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 129 of file channel_addr.hh.
References a.
|
inline |
Definition at line 87 of file channel_addr.hh.
References a, and ChannelAddr().
Referenced by std::hash< ChannelAddr >::operator()().
|
inline |
Definition at line 130 of file channel_addr.hh.
References a.
|
default |
Referenced by ChannelAddr().
|
inline |
Definition at line 131 of file channel_addr.hh.
References a.
|
inline |
Definition at line 127 of file channel_addr.hh.
References a.
|
inline |
Definition at line 128 of file channel_addr.hh.
References a.
|
inline |
Definition at line 83 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 115 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 76 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 107 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
|
private |
Member holding the actual value.
Definition at line 136 of file channel_addr.hh.
Referenced by getPA(), operator &(), operator Type(), operator!=(), std::hash< ChannelAddr >::operator()(), operator*(), operator+(), operator-(), operator/(), operator<(), operator<<(), operator<=(), operator==(), operator>(), operator>=(), operator>>(), operator^(), operator|(), and value().