gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Typedefs
packet.hh File Reference

Declaration of the Packet class. More...

#include <bitset>
#include <cassert>
#include <list>
#include "base/addr_range.hh"
#include "base/cast.hh"
#include "base/compiler.hh"
#include "base/flags.hh"
#include "base/logging.hh"
#include "base/printable.hh"
#include "base/types.hh"
#include "mem/request.hh"
#include "sim/core.hh"

Go to the source code of this file.

Classes

class  MemCmd
 
struct  MemCmd::CommandInfo
 Structure that defines attributes and other data associated with a Command. More...
 
class  Packet
 A Packet is used to encapsulate a transfer between two objects in the memory system (e.g., the L1 and L2 cache). More...
 
struct  Packet::SenderState
 A virtual base opaque structure used to hold state associated with the packet (e.g., an MSHR), specific to a SimObject that sees the packet. More...
 
class  Packet::PrintReqState
 Object used to maintain state of a PrintReq. More...
 
struct  Packet::PrintReqState::LabelStackEntry
 An entry in the label stack. More...
 

Typedefs

typedef PacketPacketPtr
 
typedef uint8_t * PacketDataPtr
 
typedef std::list< PacketPtrPacketList
 
typedef uint64_t PacketId
 

Detailed Description

Declaration of the Packet class.

Definition in file packet.hh.

Typedef Documentation

◆ PacketDataPtr

typedef uint8_t* PacketDataPtr

Definition at line 72 of file packet.hh.

◆ PacketId

typedef uint64_t PacketId

Definition at line 74 of file packet.hh.

◆ PacketList

Definition at line 73 of file packet.hh.

◆ PacketPtr

typedef Packet* PacketPtr

Definition at line 70 of file packet.hh.


Generated on Fri Feb 28 2020 16:27:06 for gem5 by doxygen 1.8.13