gem5
v19.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 51 of file channel_addr.hh.
using ChannelAddr::Type = Addr |
Definition at line 54 of file channel_addr.hh.
|
inlineexplicit |
Explicit constructor assigning a value.
Definition at line 57 of file channel_addr.hh.
|
inline |
Definition at line 65 of file channel_addr.hh.
Referenced by ChannelAddr(), operator &(), operator*(), operator+(), operator-(), operator/(), operator<<(), operator>>(), operator^(), and operator|().
Definition at line 67 of file channel_addr.hh.
References ChannelAddr(), and operator=().
|
default |
Definition at line 74 of file channel_addr.hh.
References a, and AddrRange::addIntlvBits().
|
inline |
Definition at line 81 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 113 of file channel_addr.hh.
References a, and ChannelAddr().
|
inlineexplicit |
|
inline |
Definition at line 134 of file channel_addr.hh.
References a.
|
inline |
Definition at line 93 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 101 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 121 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 105 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 125 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 97 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 131 of file channel_addr.hh.
References a.
|
inline |
Definition at line 89 of file channel_addr.hh.
References a, and ChannelAddr().
Referenced by std::hash< ChannelAddr >::operator()().
|
inline |
Definition at line 132 of file channel_addr.hh.
References a.
|
default |
Referenced by ChannelAddr().
|
inline |
Definition at line 133 of file channel_addr.hh.
References a.
|
inline |
Definition at line 129 of file channel_addr.hh.
References a.
|
inline |
Definition at line 130 of file channel_addr.hh.
References a.
|
inline |
Definition at line 85 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 117 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 78 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
Definition at line 109 of file channel_addr.hh.
References a, and ChannelAddr().
|
inline |
|
private |
Member holding the actual value.
Definition at line 138 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().