gem5  v20.1.0.0
Protected Member Functions | Friends | List of all members
FunctionalResponseProtocol Class Referenceabstract

#include <functional.hh>

Inheritance diagram for FunctionalResponseProtocol:
ResponsePort AddrMapper::MapperResponsePort Bridge::BridgeResponsePort CommMonitor::MonitorResponsePort DRAMSim2::MemoryPort DRAMsim3::MemoryPort LdsState::CuSidePort MemCheckerMonitor::MonitorResponsePort QueuedResponsePort sc_gem5::Gem5ToTlmBridge< BITWIDTH >::BridgeResponsePort SerialLink::SerialLinkResponsePort SimpleCache::CPUSidePort SimpleMemobj::CPUSidePort SimpleMemory::MemoryPort SlavePort TLBCoalescer::CpuSidePort TokenResponsePort X86ISA::GpuTLB::CpuSidePort

Protected Member Functions

void sendSnoop (FunctionalRequestProtocol *peer, PacketPtr pkt) const
 Send a functional snoop request packet, where the data is instantly updated everywhere in the memory system, without affecting the current state of any block or moving the block. More...
 
virtual void recvFunctional (PacketPtr pkt)=0
 Receive a functional request packet from the peer. More...
 

Friends

class FunctionalRequestProtocol
 

Detailed Description

Definition at line 68 of file functional.hh.

Member Function Documentation

◆ recvFunctional()

virtual void FunctionalResponseProtocol::recvFunctional ( PacketPtr  pkt)
protectedpure virtual

◆ sendSnoop()

void FunctionalResponseProtocol::sendSnoop ( FunctionalRequestProtocol peer,
PacketPtr  pkt 
) const
protected

Send a functional snoop request packet, where the data is instantly updated everywhere in the memory system, without affecting the current state of any block or moving the block.

Parameters
pktSnoop packet to send.

Definition at line 56 of file functional.cc.

References Packet::isRequest(), and FunctionalRequestProtocol::recvFunctionalSnoop().

Referenced by ResponsePort::sendFunctionalSnoop().

Friends And Related Function Documentation

◆ FunctionalRequestProtocol

friend class FunctionalRequestProtocol
friend

Definition at line 70 of file functional.hh.


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

Generated on Wed Sep 30 2020 14:02:24 for gem5 by doxygen 1.8.17