gem5
v20.0.0.3
|
The ChanneelAddrRange class describes a contiguous range of addresses in a contiguous channel-local address space. More...
#include <channel_addr.hh>
Public Member Functions | |
constexpr | ChannelAddrRange () |
constexpr | ChannelAddrRange (ChannelAddr start, ChannelAddr end) |
ChannelAddrRange (AddrRange ch_range, Addr start, Addr end) | |
ChannelAddrRange (AddrRange ch_range, AddrRange range) | |
constexpr | ChannelAddrRange (const ChannelAddrRange &)=default |
constexpr ChannelAddr | size () const |
constexpr bool | valid () const |
constexpr ChannelAddr | start () const |
constexpr ChannelAddr | end () const |
constexpr bool | contains (ChannelAddr a) const |
Protected Attributes | |
ChannelAddr | _start |
ChannelAddr | _end |
The ChanneelAddrRange class describes a contiguous range of addresses in a contiguous channel-local address space.
Definition at line 143 of file channel_addr.hh.
|
inline |
Definition at line 146 of file channel_addr.hh.
|
inline |
Definition at line 149 of file channel_addr.hh.
Definition at line 42 of file channel_addr.cc.
References panic_if, and AddrRange::valid().
Definition at line 49 of file channel_addr.cc.
References AddrRange::interleaved(), and panic_if.
|
default |
|
inline |
Definition at line 164 of file channel_addr.hh.
Referenced by TEST().
|
inline |
Definition at line 162 of file channel_addr.hh.
Referenced by TEST().
|
inline |
Definition at line 157 of file channel_addr.hh.
Referenced by TEST().
|
inline |
Definition at line 161 of file channel_addr.hh.
Referenced by TEST().
|
inline |
Definition at line 159 of file channel_addr.hh.
Referenced by TEST().
|
protected |
Definition at line 170 of file channel_addr.hh.
|
protected |
Definition at line 169 of file channel_addr.hh.