gem5  [DEVELOP-FOR-23.0]
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
gem5::MemBackdoorReq Class Reference

#include <backdoor.hh>

Public Member Functions

 MemBackdoorReq (AddrRange r, MemBackdoor::Flags new_flags)
 
const AddrRangerange () const
 
bool readable () const
 
bool writeable () const
 
MemBackdoor::Flags flags () const
 

Private Attributes

AddrRange _range
 
MemBackdoor::Flags _flags
 

Detailed Description

Definition at line 129 of file backdoor.hh.

Constructor & Destructor Documentation

◆ MemBackdoorReq()

gem5::MemBackdoorReq::MemBackdoorReq ( AddrRange  r,
MemBackdoor::Flags  new_flags 
)
inline

Definition at line 136 of file backdoor.hh.

Member Function Documentation

◆ flags()

MemBackdoor::Flags gem5::MemBackdoorReq::flags ( ) const
inline

Definition at line 145 of file backdoor.hh.

References _flags.

Referenced by gem5::AddrMapper::recvMemBackdoorReq().

◆ range()

const AddrRange& gem5::MemBackdoorReq::range ( ) const
inline

◆ readable()

bool gem5::MemBackdoorReq::readable ( ) const
inline

◆ writeable()

bool gem5::MemBackdoorReq::writeable ( ) const
inline

Member Data Documentation

◆ _flags

MemBackdoor::Flags gem5::MemBackdoorReq::_flags
private

Definition at line 133 of file backdoor.hh.

Referenced by flags(), readable(), and writeable().

◆ _range

AddrRange gem5::MemBackdoorReq::_range
private

Definition at line 132 of file backdoor.hh.

Referenced by range().


The documentation for this class was generated from the following file:

Generated on Sun Jul 30 2023 01:57:14 for gem5 by doxygen 1.8.17