gem5 v24.0.0.0
Loading...
Searching...
No Matches
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()

◆ 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 Tue Jun 18 2024 16:24:12 for gem5 by doxygen 1.11.0