packet.hh revision 11306
12381SN/A/*
210694SMarco.Balboni@ARM.com * Copyright (c) 2012-2015 ARM Limited
38949Sandreas.hansson@arm.com * All rights reserved
48949Sandreas.hansson@arm.com *
58949Sandreas.hansson@arm.com * The license below extends only to copyright in the software and shall
68949Sandreas.hansson@arm.com * not be construed as granting a license to any other intellectual
78949Sandreas.hansson@arm.com * property including but not limited to intellectual property relating
88949Sandreas.hansson@arm.com * to a hardware implementation of the functionality of the software
98949Sandreas.hansson@arm.com * licensed hereunder.  You may use the software subject to the license
108949Sandreas.hansson@arm.com * terms below provided that you ensure that this notice is replicated
118949Sandreas.hansson@arm.com * unmodified and in its entirety in all distributions of the software,
128949Sandreas.hansson@arm.com * modified or unmodified, in source code or in binary form.
138949Sandreas.hansson@arm.com *
142592SN/A * Copyright (c) 2006 The Regents of The University of Michigan
1510975Sdavid.hashe@amd.com * Copyright (c) 2010,2015 Advanced Micro Devices, Inc.
162381SN/A * All rights reserved.
172381SN/A *
182381SN/A * Redistribution and use in source and binary forms, with or without
192381SN/A * modification, are permitted provided that the following conditions are
202381SN/A * met: redistributions of source code must retain the above copyright
212381SN/A * notice, this list of conditions and the following disclaimer;
222381SN/A * redistributions in binary form must reproduce the above copyright
232381SN/A * notice, this list of conditions and the following disclaimer in the
242381SN/A * documentation and/or other materials provided with the distribution;
252381SN/A * neither the name of the copyright holders nor the names of its
262381SN/A * contributors may be used to endorse or promote products derived from
272381SN/A * this software without specific prior written permission.
282381SN/A *
292381SN/A * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
302381SN/A * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
312381SN/A * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
322381SN/A * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
332381SN/A * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
342381SN/A * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
352381SN/A * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
362381SN/A * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
372381SN/A * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
382381SN/A * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
392381SN/A * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
402665Ssaidi@eecs.umich.edu *
412665Ssaidi@eecs.umich.edu * Authors: Ron Dreslinski
422665Ssaidi@eecs.umich.edu *          Steve Reinhardt
432665Ssaidi@eecs.umich.edu *          Ali Saidi
449031Sandreas.hansson@arm.com *          Andreas Hansson
452381SN/A */
462381SN/A
472381SN/A/**
482381SN/A * @file
492662Sstever@eecs.umich.edu * Declaration of the Packet class.
502381SN/A */
512381SN/A
522381SN/A#ifndef __MEM_PACKET_HH__
532381SN/A#define __MEM_PACKET_HH__
542381SN/A
558229Snate@binkert.org#include <bitset>
563348Sbinkertn@umich.edu#include <cassert>
573348Sbinkertn@umich.edu#include <list>
583348Sbinkertn@umich.edu
595735Snate@binkert.org#include "base/cast.hh"
604024Sbinkertn@umich.edu#include "base/compiler.hh"
615735Snate@binkert.org#include "base/flags.hh"
623940Ssaidi@eecs.umich.edu#include "base/misc.hh"
635314Sstever@gmail.com#include "base/printable.hh"
646216Snate@binkert.org#include "base/types.hh"
652392SN/A#include "mem/request.hh"
664167Sbinkertn@umich.edu#include "sim/core.hh"
672394SN/A
688737Skoansin.tan@gmail.comclass Packet;
693349Sbinkertn@umich.edutypedef Packet *PacketPtr;
702394SN/Atypedef uint8_t* PacketDataPtr;
712812Srdreslin@umich.edutypedef std::list<PacketPtr> PacketList;
722812Srdreslin@umich.edu
734022Sstever@eecs.umich.educlass MemCmd
744022Sstever@eecs.umich.edu{
755735Snate@binkert.org    friend class Packet;
765735Snate@binkert.org
774022Sstever@eecs.umich.edu  public:
785735Snate@binkert.org    /**
795735Snate@binkert.org     * List of all commands associated with a packet.
805735Snate@binkert.org     */
814022Sstever@eecs.umich.edu    enum Command
824022Sstever@eecs.umich.edu    {
834022Sstever@eecs.umich.edu        InvalidCmd,
844022Sstever@eecs.umich.edu        ReadReq,
854473Sstever@eecs.umich.edu        ReadResp,
865319Sstever@gmail.com        ReadRespWithInvalidate,
874022Sstever@eecs.umich.edu        WriteReq,
884022Sstever@eecs.umich.edu        WriteResp,
8911199Sandreas.hansson@arm.com        WritebackDirty,
9011199Sandreas.hansson@arm.com        WritebackClean,
9110883Sali.jafri@arm.com        CleanEvict,
924022Sstever@eecs.umich.edu        SoftPFReq,
934022Sstever@eecs.umich.edu        HardPFReq,
944022Sstever@eecs.umich.edu        SoftPFResp,
954022Sstever@eecs.umich.edu        HardPFResp,
9610886Sandreas.hansson@arm.com        WriteLineReq,
974022Sstever@eecs.umich.edu        UpgradeReq,
987465Ssteve.reinhardt@amd.com        SCUpgradeReq,           // Special "weak" upgrade for StoreCond
994628Sstever@eecs.umich.edu        UpgradeResp,
1007465Ssteve.reinhardt@amd.com        SCUpgradeFailReq,       // Failed SCUpgradeReq in MSHR (never sent)
1017465Ssteve.reinhardt@amd.com        UpgradeFailResp,        // Valid for SCUpgradeReq only
1024022Sstever@eecs.umich.edu        ReadExReq,
1034022Sstever@eecs.umich.edu        ReadExResp,
10410885Sandreas.hansson@arm.com        ReadCleanReq,
10510885Sandreas.hansson@arm.com        ReadSharedReq,
1064626Sstever@eecs.umich.edu        LoadLockedReq,
1074626Sstever@eecs.umich.edu        StoreCondReq,
1087669Ssteve.reinhardt@amd.com        StoreCondFailReq,       // Failed StoreCondReq in MSHR (never sent)
1094626Sstever@eecs.umich.edu        StoreCondResp,
1104040Ssaidi@eecs.umich.edu        SwapReq,
1114040Ssaidi@eecs.umich.edu        SwapResp,
1125650Sgblack@eecs.umich.edu        MessageReq,
1135650Sgblack@eecs.umich.edu        MessageResp,
11411256Santhony.gutierrez@amd.com        MemFenceReq,
11511256Santhony.gutierrez@amd.com        MemFenceResp,
1164870Sstever@eecs.umich.edu        // Error responses
1174870Sstever@eecs.umich.edu        // @TODO these should be classified as responses rather than
1184870Sstever@eecs.umich.edu        // requests; coding them as requests initially for backwards
1194870Sstever@eecs.umich.edu        // compatibility
1204870Sstever@eecs.umich.edu        InvalidDestError,  // packet dest field invalid
1214870Sstever@eecs.umich.edu        BadAddressError,   // memory address invalid
1228436SBrad.Beckmann@amd.com        FunctionalReadError, // unable to fulfill functional read
1238436SBrad.Beckmann@amd.com        FunctionalWriteError, // unable to fulfill functional write
1245314Sstever@gmail.com        // Fake simulator-only commands
1255314Sstever@gmail.com        PrintReq,       // Print state matching address
1268184Ssomayeh@cs.wisc.edu        FlushReq,      //request for a cache flush
12710886Sandreas.hansson@arm.com        InvalidateReq,   // request for address to be invalidated
12810886Sandreas.hansson@arm.com        InvalidateResp,
1294022Sstever@eecs.umich.edu        NUM_MEM_CMDS
1304022Sstever@eecs.umich.edu    };
1314022Sstever@eecs.umich.edu
1324022Sstever@eecs.umich.edu  private:
1335735Snate@binkert.org    /**
1345735Snate@binkert.org     * List of command attributes.
1355735Snate@binkert.org     */
1364022Sstever@eecs.umich.edu    enum Attribute
1374022Sstever@eecs.umich.edu    {
1384626Sstever@eecs.umich.edu        IsRead,         //!< Data flows from responder to requester
1394626Sstever@eecs.umich.edu        IsWrite,        //!< Data flows from requester to responder
1407465Ssteve.reinhardt@amd.com        IsUpgrade,
1414022Sstever@eecs.umich.edu        IsInvalidate,
14211284Sandreas.hansson@arm.com        NeedsWritable,  //!< Requires writable copy to complete in-cache
1434626Sstever@eecs.umich.edu        IsRequest,      //!< Issued by requester
1444626Sstever@eecs.umich.edu        IsResponse,     //!< Issue by responder
1454626Sstever@eecs.umich.edu        NeedsResponse,  //!< Requester needs response from target
14611199Sandreas.hansson@arm.com        IsEviction,
1474022Sstever@eecs.umich.edu        IsSWPrefetch,
1484022Sstever@eecs.umich.edu        IsHWPrefetch,
1496076Sgblack@eecs.umich.edu        IsLlsc,         //!< Alpha/MIPS LL or SC access
1504626Sstever@eecs.umich.edu        HasData,        //!< There is an associated payload
1514870Sstever@eecs.umich.edu        IsError,        //!< Error response
1525314Sstever@gmail.com        IsPrint,        //!< Print state matching address (for debugging)
1538184Ssomayeh@cs.wisc.edu        IsFlush,        //!< Flush the address from caches
1544022Sstever@eecs.umich.edu        NUM_COMMAND_ATTRIBUTES
1554022Sstever@eecs.umich.edu    };
1564022Sstever@eecs.umich.edu
1575735Snate@binkert.org    /**
1585735Snate@binkert.org     * Structure that defines attributes and other data associated
1595735Snate@binkert.org     * with a Command.
1605735Snate@binkert.org     */
1615735Snate@binkert.org    struct CommandInfo
1625735Snate@binkert.org    {
1635735Snate@binkert.org        /// Set of attribute flags.
1644022Sstever@eecs.umich.edu        const std::bitset<NUM_COMMAND_ATTRIBUTES> attributes;
1655735Snate@binkert.org        /// Corresponding response for requests; InvalidCmd if no
1665735Snate@binkert.org        /// response is applicable.
1674022Sstever@eecs.umich.edu        const Command response;
1685735Snate@binkert.org        /// String representation (for printing)
1694022Sstever@eecs.umich.edu        const std::string str;
1704022Sstever@eecs.umich.edu    };
1714022Sstever@eecs.umich.edu
1725735Snate@binkert.org    /// Array to map Command enum to associated info.
1734022Sstever@eecs.umich.edu    static const CommandInfo commandInfo[];
1744022Sstever@eecs.umich.edu
1754022Sstever@eecs.umich.edu  private:
1764022Sstever@eecs.umich.edu
1774022Sstever@eecs.umich.edu    Command cmd;
1784022Sstever@eecs.umich.edu
1795735Snate@binkert.org    bool
1805735Snate@binkert.org    testCmdAttrib(MemCmd::Attribute attrib) const
1815735Snate@binkert.org    {
1824022Sstever@eecs.umich.edu        return commandInfo[cmd].attributes[attrib] != 0;
1834022Sstever@eecs.umich.edu    }
1844022Sstever@eecs.umich.edu
1854022Sstever@eecs.umich.edu  public:
1864022Sstever@eecs.umich.edu
18710583SCurtis.Dunham@arm.com    bool isRead() const            { return testCmdAttrib(IsRead); }
18810583SCurtis.Dunham@arm.com    bool isWrite() const           { return testCmdAttrib(IsWrite); }
18910583SCurtis.Dunham@arm.com    bool isUpgrade() const         { return testCmdAttrib(IsUpgrade); }
19010583SCurtis.Dunham@arm.com    bool isRequest() const         { return testCmdAttrib(IsRequest); }
19110583SCurtis.Dunham@arm.com    bool isResponse() const        { return testCmdAttrib(IsResponse); }
19211284Sandreas.hansson@arm.com    bool needsWritable() const     { return testCmdAttrib(NeedsWritable); }
19310583SCurtis.Dunham@arm.com    bool needsResponse() const     { return testCmdAttrib(NeedsResponse); }
19410583SCurtis.Dunham@arm.com    bool isInvalidate() const      { return testCmdAttrib(IsInvalidate); }
19511199Sandreas.hansson@arm.com    bool isEviction() const        { return testCmdAttrib(IsEviction); }
19611199Sandreas.hansson@arm.com
19711199Sandreas.hansson@arm.com    /**
19811199Sandreas.hansson@arm.com     * A writeback is an eviction that carries data.
19911199Sandreas.hansson@arm.com     */
20011199Sandreas.hansson@arm.com    bool isWriteback() const       { return testCmdAttrib(IsEviction) &&
20111199Sandreas.hansson@arm.com                                            testCmdAttrib(HasData); }
20210570Sandreas.hansson@arm.com
20310570Sandreas.hansson@arm.com    /**
20410570Sandreas.hansson@arm.com     * Check if this particular packet type carries payload data. Note
20510570Sandreas.hansson@arm.com     * that this does not reflect if the data pointer of the packet is
20610570Sandreas.hansson@arm.com     * valid or not.
20710570Sandreas.hansson@arm.com     */
2084022Sstever@eecs.umich.edu    bool hasData() const        { return testCmdAttrib(HasData); }
2096102Sgblack@eecs.umich.edu    bool isLLSC() const         { return testCmdAttrib(IsLlsc); }
21010343SCurtis.Dunham@arm.com    bool isSWPrefetch() const   { return testCmdAttrib(IsSWPrefetch); }
21110343SCurtis.Dunham@arm.com    bool isHWPrefetch() const   { return testCmdAttrib(IsHWPrefetch); }
21210343SCurtis.Dunham@arm.com    bool isPrefetch() const     { return testCmdAttrib(IsSWPrefetch) ||
21310343SCurtis.Dunham@arm.com                                         testCmdAttrib(IsHWPrefetch); }
2144870Sstever@eecs.umich.edu    bool isError() const        { return testCmdAttrib(IsError); }
2155314Sstever@gmail.com    bool isPrint() const        { return testCmdAttrib(IsPrint); }
2168184Ssomayeh@cs.wisc.edu    bool isFlush() const        { return testCmdAttrib(IsFlush); }
2174022Sstever@eecs.umich.edu
21811294Sandreas.hansson@arm.com    Command
2195735Snate@binkert.org    responseCommand() const
2205735Snate@binkert.org    {
2214022Sstever@eecs.umich.edu        return commandInfo[cmd].response;
2224022Sstever@eecs.umich.edu    }
2234022Sstever@eecs.umich.edu
2245735Snate@binkert.org    /// Return the string to a cmd given by idx.
2255735Snate@binkert.org    const std::string &toString() const { return commandInfo[cmd].str; }
2264022Sstever@eecs.umich.edu    int toInt() const { return (int)cmd; }
2274022Sstever@eecs.umich.edu
2285735Snate@binkert.org    MemCmd(Command _cmd) : cmd(_cmd) { }
2295735Snate@binkert.org    MemCmd(int _cmd) : cmd((Command)_cmd) { }
2305735Snate@binkert.org    MemCmd() : cmd(InvalidCmd) { }
2314022Sstever@eecs.umich.edu
2325735Snate@binkert.org    bool operator==(MemCmd c2) const { return (cmd == c2.cmd); }
2335735Snate@binkert.org    bool operator!=(MemCmd c2) const { return (cmd != c2.cmd); }
2344022Sstever@eecs.umich.edu};
2354022Sstever@eecs.umich.edu
2362381SN/A/**
2372662Sstever@eecs.umich.edu * A Packet is used to encapsulate a transfer between two objects in
2382662Sstever@eecs.umich.edu * the memory system (e.g., the L1 and L2 cache).  (In contrast, a
2392662Sstever@eecs.umich.edu * single Request travels all the way from the requester to the
2402662Sstever@eecs.umich.edu * ultimate destination and back, possibly being conveyed by several
2412662Sstever@eecs.umich.edu * different Packets along the way.)
2422381SN/A */
2439044SAli.Saidi@ARM.comclass Packet : public Printable
2442381SN/A{
2452813Srdreslin@umich.edu  public:
2465735Snate@binkert.org    typedef uint32_t FlagsType;
2475735Snate@binkert.org    typedef ::Flags<FlagsType> Flags;
2484022Sstever@eecs.umich.edu
2495735Snate@binkert.org  private:
2505735Snate@binkert.org
25110938Sandreas.hansson@arm.com    enum : FlagsType {
25210938Sandreas.hansson@arm.com        // Flags to transfer across when copying a packet
25310938Sandreas.hansson@arm.com        COPY_FLAGS             = 0x0000000F,
25410938Sandreas.hansson@arm.com
25511284Sandreas.hansson@arm.com        // Does this packet have sharers (which means it should not be
25611284Sandreas.hansson@arm.com        // considered writable) or not. See setHasSharers below.
25711284Sandreas.hansson@arm.com        HAS_SHARERS            = 0x00000001,
25811284Sandreas.hansson@arm.com
25910938Sandreas.hansson@arm.com        // Special control flags
26010938Sandreas.hansson@arm.com        /// Special timing-mode atomic snoop for multi-level coherence.
26110938Sandreas.hansson@arm.com        EXPRESS_SNOOP          = 0x00000002,
26211284Sandreas.hansson@arm.com
26311284Sandreas.hansson@arm.com        /// Allow a responding cache to inform the cache hierarchy
26411284Sandreas.hansson@arm.com        /// that it had a writable copy before responding. See
26511284Sandreas.hansson@arm.com        /// setResponderHadWritable below.
26611284Sandreas.hansson@arm.com        RESPONDER_HAD_WRITABLE = 0x00000004,
26711284Sandreas.hansson@arm.com
26811284Sandreas.hansson@arm.com        // Snoop co-ordination flag to indicate that a cache is
26911284Sandreas.hansson@arm.com        // responding to a snoop. See setCacheResponding below.
27011284Sandreas.hansson@arm.com        CACHE_RESPONDING       = 0x00000008,
27110938Sandreas.hansson@arm.com
27211057Sandreas.hansson@arm.com        /// Are the 'addr' and 'size' fields valid?
27311057Sandreas.hansson@arm.com        VALID_ADDR             = 0x00000100,
27411057Sandreas.hansson@arm.com        VALID_SIZE             = 0x00000200,
27511057Sandreas.hansson@arm.com
27610938Sandreas.hansson@arm.com        /// Is the data pointer set to a value that shouldn't be freed
27710938Sandreas.hansson@arm.com        /// when the packet is destroyed?
27810938Sandreas.hansson@arm.com        STATIC_DATA            = 0x00001000,
27910938Sandreas.hansson@arm.com        /// The data pointer points to a value that should be freed when
28010938Sandreas.hansson@arm.com        /// the packet is destroyed. The pointer is assumed to be pointing
28110938Sandreas.hansson@arm.com        /// to an array, and delete [] is consequently called
28210938Sandreas.hansson@arm.com        DYNAMIC_DATA           = 0x00002000,
28310938Sandreas.hansson@arm.com
28410938Sandreas.hansson@arm.com        /// suppress the error if this packet encounters a functional
28510938Sandreas.hansson@arm.com        /// access failure.
28610938Sandreas.hansson@arm.com        SUPPRESS_FUNC_ERROR    = 0x00008000,
28710938Sandreas.hansson@arm.com
28810938Sandreas.hansson@arm.com        // Signal block present to squash prefetch and cache evict packets
28910938Sandreas.hansson@arm.com        // through express snoop flag
29010938Sandreas.hansson@arm.com        BLOCK_CACHED          = 0x00010000
29110938Sandreas.hansson@arm.com    };
2925735Snate@binkert.org
2935735Snate@binkert.org    Flags flags;
2945735Snate@binkert.org
2955735Snate@binkert.org  public:
2964022Sstever@eecs.umich.edu    typedef MemCmd::Command Command;
2974022Sstever@eecs.umich.edu
2985735Snate@binkert.org    /// The command field of the packet.
2994870Sstever@eecs.umich.edu    MemCmd cmd;
3004870Sstever@eecs.umich.edu
3015735Snate@binkert.org    /// A pointer to the original request.
30210569Sandreas.hansson@arm.com    const RequestPtr req;
3034870Sstever@eecs.umich.edu
3042566SN/A  private:
3055735Snate@binkert.org   /**
3065735Snate@binkert.org    * A pointer to the data being transfered.  It can be differnt
3075735Snate@binkert.org    * sizes at each level of the heirarchy so it belongs in the
3085735Snate@binkert.org    * packet, not request. This may or may not be populated when a
3095735Snate@binkert.org    * responder recieves the packet. If not populated it memory should
3105735Snate@binkert.org    * be allocated.
3112566SN/A    */
3122566SN/A    PacketDataPtr data;
3132566SN/A
3145735Snate@binkert.org    /// The address of the request.  This address could be virtual or
3155735Snate@binkert.org    /// physical, depending on the system configuration.
3162381SN/A    Addr addr;
3172381SN/A
31810028SGiacomo.Gabrielli@arm.com    /// True if the request targets the secure memory space.
31910028SGiacomo.Gabrielli@arm.com    bool _isSecure;
32010028SGiacomo.Gabrielli@arm.com
3215735Snate@binkert.org    /// The size of the request or transfer.
3226227Snate@binkert.org    unsigned size;
3232381SN/A
3245735Snate@binkert.org    /**
32510723Sandreas.hansson@arm.com     * Track the bytes found that satisfy a functional read.
3268668Sgeoffrey.blake@arm.com     */
32710723Sandreas.hansson@arm.com    std::vector<bool> bytesValid;
3288668Sgeoffrey.blake@arm.com
3292641Sstever@eecs.umich.edu  public:
3302811Srdreslin@umich.edu
3319547Sandreas.hansson@arm.com    /**
33210694SMarco.Balboni@ARM.com     * The extra delay from seeing the packet until the header is
33310405Sandreas.hansson@arm.com     * transmitted. This delay is used to communicate the crossbar
33410405Sandreas.hansson@arm.com     * forwarding latency to the neighbouring object (e.g. a cache)
33510405Sandreas.hansson@arm.com     * that actually makes the packet wait. As the delay is relative,
33610405Sandreas.hansson@arm.com     * a 32-bit unsigned should be sufficient.
3379547Sandreas.hansson@arm.com     */
33810694SMarco.Balboni@ARM.com    uint32_t headerDelay;
3393218Sgblack@eecs.umich.edu
3409547Sandreas.hansson@arm.com    /**
34111127Sandreas.hansson@arm.com     * Keep track of the extra delay incurred by snooping upwards
34211127Sandreas.hansson@arm.com     * before sending a request down the memory system. This is used
34311127Sandreas.hansson@arm.com     * by the coherent crossbar to account for the additional request
34411127Sandreas.hansson@arm.com     * delay.
34511127Sandreas.hansson@arm.com     */
34611127Sandreas.hansson@arm.com    uint32_t snoopDelay;
34711127Sandreas.hansson@arm.com
34811127Sandreas.hansson@arm.com    /**
34910694SMarco.Balboni@ARM.com     * The extra pipelining delay from seeing the packet until the end of
35010694SMarco.Balboni@ARM.com     * payload is transmitted by the component that provided it (if
35110694SMarco.Balboni@ARM.com     * any). This includes the header delay. Similar to the header
35210694SMarco.Balboni@ARM.com     * delay, this is used to make up for the fact that the
35310405Sandreas.hansson@arm.com     * crossbar does not make the packet wait. As the delay is
35410405Sandreas.hansson@arm.com     * relative, a 32-bit unsigned should be sufficient.
3559547Sandreas.hansson@arm.com     */
35610694SMarco.Balboni@ARM.com    uint32_t payloadDelay;
3573218Sgblack@eecs.umich.edu
3585735Snate@binkert.org    /**
3595735Snate@binkert.org     * A virtual base opaque structure used to hold state associated
3609542Sandreas.hansson@arm.com     * with the packet (e.g., an MSHR), specific to a MemObject that
3619542Sandreas.hansson@arm.com     * sees the packet. A pointer to this state is returned in the
3629542Sandreas.hansson@arm.com     * packet's response so that the MemObject in question can quickly
3639542Sandreas.hansson@arm.com     * look up the state needed to process it. A specific subclass
3649542Sandreas.hansson@arm.com     * would be derived from this to carry state specific to a
3659542Sandreas.hansson@arm.com     * particular sending device.
3669542Sandreas.hansson@arm.com     *
3679542Sandreas.hansson@arm.com     * As multiple MemObjects may add their SenderState throughout the
3689542Sandreas.hansson@arm.com     * memory system, the SenderStates create a stack, where a
3699542Sandreas.hansson@arm.com     * MemObject can add a new Senderstate, as long as the
3709542Sandreas.hansson@arm.com     * predecessing SenderState is restored when the response comes
3719542Sandreas.hansson@arm.com     * back. For this reason, the predecessor should always be
3729542Sandreas.hansson@arm.com     * populated with the current SenderState of a packet before
3739542Sandreas.hansson@arm.com     * modifying the senderState field in the request packet.
3745735Snate@binkert.org     */
3755735Snate@binkert.org    struct SenderState
3765735Snate@binkert.org    {
3779542Sandreas.hansson@arm.com        SenderState* predecessor;
3789542Sandreas.hansson@arm.com        SenderState() : predecessor(NULL) {}
3792641Sstever@eecs.umich.edu        virtual ~SenderState() {}
3802641Sstever@eecs.umich.edu    };
3812641Sstever@eecs.umich.edu
3825315Sstever@gmail.com    /**
3835315Sstever@gmail.com     * Object used to maintain state of a PrintReq.  The senderState
3845315Sstever@gmail.com     * field of a PrintReq should always be of this type.
3855315Sstever@gmail.com     */
3869044SAli.Saidi@ARM.com    class PrintReqState : public SenderState
3875735Snate@binkert.org    {
3885735Snate@binkert.org      private:
3895735Snate@binkert.org        /**
3905735Snate@binkert.org         * An entry in the label stack.
3915735Snate@binkert.org         */
3925735Snate@binkert.org        struct LabelStackEntry
3935735Snate@binkert.org        {
3945314Sstever@gmail.com            const std::string label;
3955314Sstever@gmail.com            std::string *prefix;
3965314Sstever@gmail.com            bool labelPrinted;
3975735Snate@binkert.org            LabelStackEntry(const std::string &_label, std::string *_prefix);
3985314Sstever@gmail.com        };
3995314Sstever@gmail.com
4005314Sstever@gmail.com        typedef std::list<LabelStackEntry> LabelStack;
4015314Sstever@gmail.com        LabelStack labelStack;
4025314Sstever@gmail.com
4035314Sstever@gmail.com        std::string *curPrefixPtr;
4045314Sstever@gmail.com
4055314Sstever@gmail.com      public:
4065314Sstever@gmail.com        std::ostream &os;
4075314Sstever@gmail.com        const int verbosity;
4085314Sstever@gmail.com
4095314Sstever@gmail.com        PrintReqState(std::ostream &os, int verbosity = 0);
4105314Sstever@gmail.com        ~PrintReqState();
4115314Sstever@gmail.com
4125735Snate@binkert.org        /**
4135735Snate@binkert.org         * Returns the current line prefix.
4145735Snate@binkert.org         */
4155314Sstever@gmail.com        const std::string &curPrefix() { return *curPrefixPtr; }
4165315Sstever@gmail.com
4175735Snate@binkert.org        /**
4185735Snate@binkert.org         * Push a label onto the label stack, and prepend the given
4195315Sstever@gmail.com         * prefix string onto the current prefix.  Labels will only be
4205735Snate@binkert.org         * printed if an object within the label's scope is printed.
4215735Snate@binkert.org         */
4225314Sstever@gmail.com        void pushLabel(const std::string &lbl,
4235314Sstever@gmail.com                       const std::string &prefix = "  ");
4245735Snate@binkert.org
4255735Snate@binkert.org        /**
4265735Snate@binkert.org         * Pop a label off the label stack.
4275735Snate@binkert.org         */
4285314Sstever@gmail.com        void popLabel();
4295735Snate@binkert.org
4305735Snate@binkert.org        /**
4315735Snate@binkert.org         * Print all of the pending unprinted labels on the
4325315Sstever@gmail.com         * stack. Called by printObj(), so normally not called by
4335735Snate@binkert.org         * users unless bypassing printObj().
4345735Snate@binkert.org         */
4355314Sstever@gmail.com        void printLabels();
4365735Snate@binkert.org
4375735Snate@binkert.org        /**
4385735Snate@binkert.org         * Print a Printable object to os, because it matched the
4395735Snate@binkert.org         * address on a PrintReq.
4405735Snate@binkert.org         */
4415314Sstever@gmail.com        void printObj(Printable *obj);
4425314Sstever@gmail.com    };
4435314Sstever@gmail.com
4445735Snate@binkert.org    /**
4455735Snate@binkert.org     * This packet's sender state.  Devices should use dynamic_cast<>
4465735Snate@binkert.org     * to cast to the state appropriate to the sender.  The intent of
4475735Snate@binkert.org     * this variable is to allow a device to attach extra information
4489542Sandreas.hansson@arm.com     * to a request. A response packet must return the sender state
4495735Snate@binkert.org     * that was attached to the original request (even if a new packet
4505735Snate@binkert.org     * is created).
4515735Snate@binkert.org     */
4522662Sstever@eecs.umich.edu    SenderState *senderState;
4532641Sstever@eecs.umich.edu
4549542Sandreas.hansson@arm.com    /**
4559542Sandreas.hansson@arm.com     * Push a new sender state to the packet and make the current
4569542Sandreas.hansson@arm.com     * sender state the predecessor of the new one. This should be
4579542Sandreas.hansson@arm.com     * prefered over direct manipulation of the senderState member
4589542Sandreas.hansson@arm.com     * variable.
4599542Sandreas.hansson@arm.com     *
4609542Sandreas.hansson@arm.com     * @param sender_state SenderState to push at the top of the stack
4619542Sandreas.hansson@arm.com     */
4629542Sandreas.hansson@arm.com    void pushSenderState(SenderState *sender_state);
4639542Sandreas.hansson@arm.com
4649542Sandreas.hansson@arm.com    /**
4659542Sandreas.hansson@arm.com     * Pop the top of the state stack and return a pointer to it. This
4669542Sandreas.hansson@arm.com     * assumes the current sender state is not NULL. This should be
4679542Sandreas.hansson@arm.com     * preferred over direct manipulation of the senderState member
4689542Sandreas.hansson@arm.com     * variable.
4699542Sandreas.hansson@arm.com     *
4709542Sandreas.hansson@arm.com     * @return The current top of the stack
4719542Sandreas.hansson@arm.com     */
4729542Sandreas.hansson@arm.com    SenderState *popSenderState();
4739542Sandreas.hansson@arm.com
4749543Ssascha.bischoff@arm.com    /**
4759543Ssascha.bischoff@arm.com     * Go through the sender state stack and return the first instance
4769543Ssascha.bischoff@arm.com     * that is of type T (as determined by a dynamic_cast). If there
4779543Ssascha.bischoff@arm.com     * is no sender state of type T, NULL is returned.
4789543Ssascha.bischoff@arm.com     *
4799543Ssascha.bischoff@arm.com     * @return The topmost state of type T
4809543Ssascha.bischoff@arm.com     */
4819543Ssascha.bischoff@arm.com    template <typename T>
4829543Ssascha.bischoff@arm.com    T * findNextSenderState() const
4839543Ssascha.bischoff@arm.com    {
4849543Ssascha.bischoff@arm.com        T *t = NULL;
4859543Ssascha.bischoff@arm.com        SenderState* sender_state = senderState;
4869543Ssascha.bischoff@arm.com        while (t == NULL && sender_state != NULL) {
4879543Ssascha.bischoff@arm.com            t = dynamic_cast<T*>(sender_state);
4889543Ssascha.bischoff@arm.com            sender_state = sender_state->predecessor;
4899543Ssascha.bischoff@arm.com        }
4909543Ssascha.bischoff@arm.com        return t;
4919543Ssascha.bischoff@arm.com    }
4929543Ssascha.bischoff@arm.com
4935735Snate@binkert.org    /// Return the string name of the cmd field (for debugging and
4945735Snate@binkert.org    /// tracing).
4954022Sstever@eecs.umich.edu    const std::string &cmdString() const { return cmd.toString(); }
4962811Srdreslin@umich.edu
4975735Snate@binkert.org    /// Return the index of this command.
4984022Sstever@eecs.umich.edu    inline int cmdToIndex() const { return cmd.toInt(); }
4992811Srdreslin@umich.edu
50010583SCurtis.Dunham@arm.com    bool isRead() const              { return cmd.isRead(); }
50110583SCurtis.Dunham@arm.com    bool isWrite() const             { return cmd.isWrite(); }
50210583SCurtis.Dunham@arm.com    bool isUpgrade()  const          { return cmd.isUpgrade(); }
50310583SCurtis.Dunham@arm.com    bool isRequest() const           { return cmd.isRequest(); }
50410583SCurtis.Dunham@arm.com    bool isResponse() const          { return cmd.isResponse(); }
50511287Sandreas.hansson@arm.com    bool needsWritable() const
50611287Sandreas.hansson@arm.com    {
50711287Sandreas.hansson@arm.com        // we should never check if a response needsWritable, the
50811287Sandreas.hansson@arm.com        // request has this flag, and for a response we should rather
50911287Sandreas.hansson@arm.com        // look at the hasSharers flag (if not set, the response is to
51011287Sandreas.hansson@arm.com        // be considered writable)
51111287Sandreas.hansson@arm.com        assert(isRequest());
51211287Sandreas.hansson@arm.com        return cmd.needsWritable();
51311287Sandreas.hansson@arm.com    }
51410583SCurtis.Dunham@arm.com    bool needsResponse() const       { return cmd.needsResponse(); }
51510583SCurtis.Dunham@arm.com    bool isInvalidate() const        { return cmd.isInvalidate(); }
51611199Sandreas.hansson@arm.com    bool isEviction() const          { return cmd.isEviction(); }
51711199Sandreas.hansson@arm.com    bool isWriteback() const         { return cmd.isWriteback(); }
51810583SCurtis.Dunham@arm.com    bool hasData() const             { return cmd.hasData(); }
51911286Sandreas.hansson@arm.com    bool hasRespData() const
52011286Sandreas.hansson@arm.com    {
52111286Sandreas.hansson@arm.com        MemCmd resp_cmd = cmd.responseCommand();
52211286Sandreas.hansson@arm.com        return resp_cmd.hasData();
52311286Sandreas.hansson@arm.com    }
52410583SCurtis.Dunham@arm.com    bool isLLSC() const              { return cmd.isLLSC(); }
52510583SCurtis.Dunham@arm.com    bool isError() const             { return cmd.isError(); }
52610583SCurtis.Dunham@arm.com    bool isPrint() const             { return cmd.isPrint(); }
52710583SCurtis.Dunham@arm.com    bool isFlush() const             { return cmd.isFlush(); }
5282812Srdreslin@umich.edu
52911284Sandreas.hansson@arm.com    //@{
53011284Sandreas.hansson@arm.com    /// Snoop flags
53111284Sandreas.hansson@arm.com    /**
53211284Sandreas.hansson@arm.com     * Set the cacheResponding flag. This is used by the caches to
53311284Sandreas.hansson@arm.com     * signal another cache that they are responding to a request. A
53411284Sandreas.hansson@arm.com     * cache will only respond to snoops if it has the line in either
53511284Sandreas.hansson@arm.com     * Modified or Owned state. Note that on snoop hits we always pass
53611284Sandreas.hansson@arm.com     * the line as Modified and never Owned. In the case of an Owned
53711284Sandreas.hansson@arm.com     * line we proceed to invalidate all other copies.
53811284Sandreas.hansson@arm.com     *
53911284Sandreas.hansson@arm.com     * On a cache fill (see Cache::handleFill), we check hasSharers
54011284Sandreas.hansson@arm.com     * first, ignoring the cacheResponding flag if hasSharers is set.
54111284Sandreas.hansson@arm.com     * A line is consequently allocated as:
54211284Sandreas.hansson@arm.com     *
54311284Sandreas.hansson@arm.com     * hasSharers cacheResponding state
54411284Sandreas.hansson@arm.com     * true       false           Shared
54511284Sandreas.hansson@arm.com     * true       true            Shared
54611284Sandreas.hansson@arm.com     * false      false           Exclusive
54711284Sandreas.hansson@arm.com     * false      true            Modified
54811284Sandreas.hansson@arm.com     */
54911284Sandreas.hansson@arm.com    void setCacheResponding()
55010567Sandreas.hansson@arm.com    {
55110567Sandreas.hansson@arm.com        assert(isRequest());
55211284Sandreas.hansson@arm.com        assert(!flags.isSet(CACHE_RESPONDING));
55311284Sandreas.hansson@arm.com        flags.set(CACHE_RESPONDING);
55410567Sandreas.hansson@arm.com    }
55511284Sandreas.hansson@arm.com    bool cacheResponding() const { return flags.isSet(CACHE_RESPONDING); }
55611284Sandreas.hansson@arm.com    /**
55711284Sandreas.hansson@arm.com     * On fills, the hasSharers flag is used by the caches in
55811284Sandreas.hansson@arm.com     * combination with the cacheResponding flag, as clarified
55911284Sandreas.hansson@arm.com     * above. If the hasSharers flag is not set, the packet is passing
56011284Sandreas.hansson@arm.com     * writable. Thus, a response from a memory passes the line as
56111284Sandreas.hansson@arm.com     * writable by default.
56211284Sandreas.hansson@arm.com     *
56311284Sandreas.hansson@arm.com     * The hasSharers flag is also used by upstream caches to inform a
56411284Sandreas.hansson@arm.com     * downstream cache that they have the block (by calling
56511284Sandreas.hansson@arm.com     * setHasSharers on snoop request packets that hit in upstream
56611284Sandreas.hansson@arm.com     * cachs tags or MSHRs). If the snoop packet has sharers, a
56711284Sandreas.hansson@arm.com     * downstream cache is prevented from passing a dirty line upwards
56811284Sandreas.hansson@arm.com     * if it was not explicitly asked for a writable copy. See
56911284Sandreas.hansson@arm.com     * Cache::satisfyCpuSideRequest.
57011284Sandreas.hansson@arm.com     *
57111284Sandreas.hansson@arm.com     * The hasSharers flag is also used on writebacks, in
57211284Sandreas.hansson@arm.com     * combination with the WritbackClean or WritebackDirty commands,
57311284Sandreas.hansson@arm.com     * to allocate the block downstream either as:
57411284Sandreas.hansson@arm.com     *
57511284Sandreas.hansson@arm.com     * command        hasSharers state
57611284Sandreas.hansson@arm.com     * WritebackDirty false      Modified
57711284Sandreas.hansson@arm.com     * WritebackDirty true       Owned
57811284Sandreas.hansson@arm.com     * WritebackClean false      Exclusive
57911284Sandreas.hansson@arm.com     * WritebackClean true       Shared
58011284Sandreas.hansson@arm.com     */
58111284Sandreas.hansson@arm.com    void setHasSharers()    { flags.set(HAS_SHARERS); }
58211284Sandreas.hansson@arm.com    bool hasSharers() const { return flags.isSet(HAS_SHARERS); }
58311284Sandreas.hansson@arm.com    //@}
5844870Sstever@eecs.umich.edu
58511284Sandreas.hansson@arm.com    /**
58611284Sandreas.hansson@arm.com     * The express snoop flag is used for two purposes. Firstly, it is
58711284Sandreas.hansson@arm.com     * used to bypass flow control for normal (non-snoop) requests
58811284Sandreas.hansson@arm.com     * going downstream in the memory system. In cases where a cache
58911284Sandreas.hansson@arm.com     * is responding to a snoop from another cache (it had a dirty
59011284Sandreas.hansson@arm.com     * line), but the line is not writable (and there are possibly
59111284Sandreas.hansson@arm.com     * other copies), the express snoop flag is set by the downstream
59211284Sandreas.hansson@arm.com     * cache to invalidate all other copies in zero time. Secondly,
59311284Sandreas.hansson@arm.com     * the express snoop flag is also set to be able to distinguish
59411284Sandreas.hansson@arm.com     * snoop packets that came from a downstream cache, rather than
59511284Sandreas.hansson@arm.com     * snoop packets from neighbouring caches.
59611284Sandreas.hansson@arm.com     */
59711284Sandreas.hansson@arm.com    void setExpressSnoop()      { flags.set(EXPRESS_SNOOP); }
59811284Sandreas.hansson@arm.com    bool isExpressSnoop() const { return flags.isSet(EXPRESS_SNOOP); }
59911284Sandreas.hansson@arm.com
60011284Sandreas.hansson@arm.com    /**
60111284Sandreas.hansson@arm.com     * On responding to a snoop request (which only happens for
60211284Sandreas.hansson@arm.com     * Modified or Owned lines), make sure that we can transform an
60311284Sandreas.hansson@arm.com     * Owned response to a Modified one. If this flag is not set, the
60411284Sandreas.hansson@arm.com     * responding cache had the line in the Owned state, and there are
60511284Sandreas.hansson@arm.com     * possibly other Shared copies in the memory system. A downstream
60611284Sandreas.hansson@arm.com     * cache helps in orchestrating the invalidation of these copies
60711284Sandreas.hansson@arm.com     * by sending out the appropriate express snoops.
60811284Sandreas.hansson@arm.com     */
60911284Sandreas.hansson@arm.com    void setResponderHadWritable()
61011284Sandreas.hansson@arm.com    {
61111284Sandreas.hansson@arm.com        assert(cacheResponding());
61211284Sandreas.hansson@arm.com        flags.set(RESPONDER_HAD_WRITABLE);
61311284Sandreas.hansson@arm.com    }
61411284Sandreas.hansson@arm.com    bool responderHadWritable() const
61511284Sandreas.hansson@arm.com    { return flags.isSet(RESPONDER_HAD_WRITABLE); }
61611284Sandreas.hansson@arm.com
6179951Sstephan.diestelhorst@arm.com    void setSuppressFuncError()     { flags.set(SUPPRESS_FUNC_ERROR); }
6189951Sstephan.diestelhorst@arm.com    bool suppressFuncError() const  { return flags.isSet(SUPPRESS_FUNC_ERROR); }
61910763Sali.jafri@arm.com    void setBlockCached()          { flags.set(BLOCK_CACHED); }
62010763Sali.jafri@arm.com    bool isBlockCached() const     { return flags.isSet(BLOCK_CACHED); }
62110883Sali.jafri@arm.com    void clearBlockCached()        { flags.clear(BLOCK_CACHED); }
6224895Sstever@eecs.umich.edu
6234870Sstever@eecs.umich.edu    // Network error conditions... encapsulate them as methods since
6244870Sstever@eecs.umich.edu    // their encoding keeps changing (from result field to command
6254870Sstever@eecs.umich.edu    // field, etc.)
6265735Snate@binkert.org    void
6275735Snate@binkert.org    setBadAddress()
6285735Snate@binkert.org    {
6295735Snate@binkert.org        assert(isResponse());
6305735Snate@binkert.org        cmd = MemCmd::BadAddressError;
6315735Snate@binkert.org    }
6325735Snate@binkert.org
6334986Ssaidi@eecs.umich.edu    void copyError(Packet *pkt) { assert(pkt->isError()); cmd = pkt->cmd; }
6342814Srdreslin@umich.edu
63511057Sandreas.hansson@arm.com    Addr getAddr() const { assert(flags.isSet(VALID_ADDR)); return addr; }
6369259SAli.Saidi@ARM.com    /**
6379259SAli.Saidi@ARM.com     * Update the address of this packet mid-transaction. This is used
6389259SAli.Saidi@ARM.com     * by the address mapper to change an already set address to a new
6399259SAli.Saidi@ARM.com     * one based on the system configuration. It is intended to remap
6409259SAli.Saidi@ARM.com     * an existing address, so it asserts that the current address is
6419259SAli.Saidi@ARM.com     * valid.
6429259SAli.Saidi@ARM.com     */
64311057Sandreas.hansson@arm.com    void setAddr(Addr _addr) { assert(flags.isSet(VALID_ADDR)); addr = _addr; }
6449259SAli.Saidi@ARM.com
64511057Sandreas.hansson@arm.com    unsigned getSize() const  { assert(flags.isSet(VALID_SIZE)); return size; }
64610938Sandreas.hansson@arm.com
64710938Sandreas.hansson@arm.com    Addr getOffset(unsigned int blk_size) const
64810938Sandreas.hansson@arm.com    {
64910938Sandreas.hansson@arm.com        return getAddr() & Addr(blk_size - 1);
65010938Sandreas.hansson@arm.com    }
65110938Sandreas.hansson@arm.com
65210938Sandreas.hansson@arm.com    Addr getBlockAddr(unsigned int blk_size) const
65310938Sandreas.hansson@arm.com    {
65410938Sandreas.hansson@arm.com        return getAddr() & ~(Addr(blk_size - 1));
65510938Sandreas.hansson@arm.com    }
6562549SN/A
65711057Sandreas.hansson@arm.com    bool isSecure() const
65811057Sandreas.hansson@arm.com    {
65911057Sandreas.hansson@arm.com        assert(flags.isSet(VALID_ADDR));
66011057Sandreas.hansson@arm.com        return _isSecure;
66111057Sandreas.hansson@arm.com    }
66210028SGiacomo.Gabrielli@arm.com
6635735Snate@binkert.org    /**
66411306Santhony.gutierrez@amd.com     * Accessor function to atomic op.
66511306Santhony.gutierrez@amd.com     */
66611306Santhony.gutierrez@amd.com    AtomicOpFunctor *getAtomicOp() const { return req->getAtomicOpFunctor(); }
66711306Santhony.gutierrez@amd.com    bool isAtomicOp() const { return req->isAtomic(); }
66811306Santhony.gutierrez@amd.com
66911306Santhony.gutierrez@amd.com    /**
6707550SBrad.Beckmann@amd.com     * It has been determined that the SC packet should successfully update
67110938Sandreas.hansson@arm.com     * memory. Therefore, convert this SC packet to a normal write.
6727550SBrad.Beckmann@amd.com     */
6737550SBrad.Beckmann@amd.com    void
6747550SBrad.Beckmann@amd.com    convertScToWrite()
6757550SBrad.Beckmann@amd.com    {
6767550SBrad.Beckmann@amd.com        assert(isLLSC());
6777550SBrad.Beckmann@amd.com        assert(isWrite());
6787550SBrad.Beckmann@amd.com        cmd = MemCmd::WriteReq;
6797550SBrad.Beckmann@amd.com    }
6807550SBrad.Beckmann@amd.com
6817550SBrad.Beckmann@amd.com    /**
68210938Sandreas.hansson@arm.com     * When ruby is in use, Ruby will monitor the cache line and the
68310938Sandreas.hansson@arm.com     * phys memory should treat LL ops as normal reads.
6847550SBrad.Beckmann@amd.com     */
6857550SBrad.Beckmann@amd.com    void
6867550SBrad.Beckmann@amd.com    convertLlToRead()
6877550SBrad.Beckmann@amd.com    {
6887550SBrad.Beckmann@amd.com        assert(isLLSC());
6897550SBrad.Beckmann@amd.com        assert(isRead());
6907550SBrad.Beckmann@amd.com        cmd = MemCmd::ReadReq;
6917550SBrad.Beckmann@amd.com    }
6927550SBrad.Beckmann@amd.com
6937550SBrad.Beckmann@amd.com    /**
69410938Sandreas.hansson@arm.com     * Constructor. Note that a Request object must be constructed
69511057Sandreas.hansson@arm.com     * first, but the Requests's physical address and size fields need
69611057Sandreas.hansson@arm.com     * not be valid. The command must be supplied.
6975735Snate@binkert.org     */
69810569Sandreas.hansson@arm.com    Packet(const RequestPtr _req, MemCmd _cmd)
69911057Sandreas.hansson@arm.com        :  cmd(_cmd), req(_req), data(nullptr), addr(0), _isSecure(false),
70011127Sandreas.hansson@arm.com           size(0), headerDelay(0), snoopDelay(0), payloadDelay(0),
70111057Sandreas.hansson@arm.com           senderState(NULL)
70211057Sandreas.hansson@arm.com    {
70311057Sandreas.hansson@arm.com        if (req->hasPaddr()) {
70411057Sandreas.hansson@arm.com            addr = req->getPaddr();
70511057Sandreas.hansson@arm.com            flags.set(VALID_ADDR);
70611057Sandreas.hansson@arm.com            _isSecure = req->isSecure();
70711057Sandreas.hansson@arm.com        }
70811057Sandreas.hansson@arm.com        if (req->hasSize()) {
70911057Sandreas.hansson@arm.com            size = req->getSize();
71011057Sandreas.hansson@arm.com            flags.set(VALID_SIZE);
71111057Sandreas.hansson@arm.com        }
71211057Sandreas.hansson@arm.com    }
71311057Sandreas.hansson@arm.com
71411057Sandreas.hansson@arm.com    /**
71511057Sandreas.hansson@arm.com     * Alternate constructor if you are trying to create a packet with
71611057Sandreas.hansson@arm.com     * a request that is for a whole block, not the address from the
71711057Sandreas.hansson@arm.com     * req.  this allows for overriding the size/addr of the req.
71811057Sandreas.hansson@arm.com     */
71911057Sandreas.hansson@arm.com    Packet(const RequestPtr _req, MemCmd _cmd, int _blkSize)
72011057Sandreas.hansson@arm.com        :  cmd(_cmd), req(_req), data(nullptr), addr(0), _isSecure(false),
72111127Sandreas.hansson@arm.com           headerDelay(0), snoopDelay(0), payloadDelay(0),
7229546Sandreas.hansson@arm.com           senderState(NULL)
72311057Sandreas.hansson@arm.com    {
72411057Sandreas.hansson@arm.com        if (req->hasPaddr()) {
72511057Sandreas.hansson@arm.com            addr = req->getPaddr() & ~(_blkSize - 1);
72611057Sandreas.hansson@arm.com            flags.set(VALID_ADDR);
72711057Sandreas.hansson@arm.com            _isSecure = req->isSecure();
72811057Sandreas.hansson@arm.com        }
72911057Sandreas.hansson@arm.com        size = _blkSize;
73011057Sandreas.hansson@arm.com        flags.set(VALID_SIZE);
73111057Sandreas.hansson@arm.com    }
7324626Sstever@eecs.umich.edu
7335735Snate@binkert.org    /**
7345735Snate@binkert.org     * Alternate constructor for copying a packet.  Copy all fields
7354887Sstever@eecs.umich.edu     * *except* if the original packet's data was dynamic, don't copy
7364887Sstever@eecs.umich.edu     * that, as we can't guarantee that the new packet's lifetime is
7374887Sstever@eecs.umich.edu     * less than that of the original packet.  In this case the new
7385735Snate@binkert.org     * packet should allocate its own data.
7395735Snate@binkert.org     */
74010896Snilay@cs.wisc.edu    Packet(const PacketPtr pkt, bool clear_flags, bool alloc_data)
7415735Snate@binkert.org        :  cmd(pkt->cmd), req(pkt->req),
74210571Sandreas.hansson@arm.com           data(nullptr),
74310028SGiacomo.Gabrielli@arm.com           addr(pkt->addr), _isSecure(pkt->_isSecure), size(pkt->size),
74410723Sandreas.hansson@arm.com           bytesValid(pkt->bytesValid),
74510694SMarco.Balboni@ARM.com           headerDelay(pkt->headerDelay),
74611127Sandreas.hansson@arm.com           snoopDelay(0),
74710694SMarco.Balboni@ARM.com           payloadDelay(pkt->payloadDelay),
7489546Sandreas.hansson@arm.com           senderState(pkt->senderState)
7494626Sstever@eecs.umich.edu    {
75010571Sandreas.hansson@arm.com        if (!clear_flags)
7515735Snate@binkert.org            flags.set(pkt->flags & COPY_FLAGS);
7525735Snate@binkert.org
75311057Sandreas.hansson@arm.com        flags.set(pkt->flags & (VALID_ADDR|VALID_SIZE));
75411057Sandreas.hansson@arm.com
75510571Sandreas.hansson@arm.com        // should we allocate space for data, or not, the express
75610571Sandreas.hansson@arm.com        // snoops do not need to carry any data as they only serve to
75710571Sandreas.hansson@arm.com        // co-ordinate state changes
75810571Sandreas.hansson@arm.com        if (alloc_data) {
75910571Sandreas.hansson@arm.com            // even if asked to allocate data, if the original packet
76010571Sandreas.hansson@arm.com            // holds static data, then the sender will not be doing
76110571Sandreas.hansson@arm.com            // any memcpy on receiving the response, thus we simply
76210571Sandreas.hansson@arm.com            // carry the pointer forward
76310571Sandreas.hansson@arm.com            if (pkt->flags.isSet(STATIC_DATA)) {
76410571Sandreas.hansson@arm.com                data = pkt->data;
76510571Sandreas.hansson@arm.com                flags.set(STATIC_DATA);
76610571Sandreas.hansson@arm.com            } else {
76710571Sandreas.hansson@arm.com                allocate();
76810571Sandreas.hansson@arm.com            }
76910571Sandreas.hansson@arm.com        }
77010342SCurtis.Dunham@arm.com    }
7718668Sgeoffrey.blake@arm.com
77210342SCurtis.Dunham@arm.com    /**
77310739Ssteve.reinhardt@amd.com     * Generate the appropriate read MemCmd based on the Request flags.
77410342SCurtis.Dunham@arm.com     */
77510739Ssteve.reinhardt@amd.com    static MemCmd
77610739Ssteve.reinhardt@amd.com    makeReadCmd(const RequestPtr req)
77710342SCurtis.Dunham@arm.com    {
77810739Ssteve.reinhardt@amd.com        if (req->isLLSC())
77910739Ssteve.reinhardt@amd.com            return MemCmd::LoadLockedReq;
78010739Ssteve.reinhardt@amd.com        else if (req->isPrefetch())
78110739Ssteve.reinhardt@amd.com            return MemCmd::SoftPFReq;
78210739Ssteve.reinhardt@amd.com        else
78310739Ssteve.reinhardt@amd.com            return MemCmd::ReadReq;
78410739Ssteve.reinhardt@amd.com    }
78510739Ssteve.reinhardt@amd.com
78610739Ssteve.reinhardt@amd.com    /**
78710739Ssteve.reinhardt@amd.com     * Generate the appropriate write MemCmd based on the Request flags.
78810739Ssteve.reinhardt@amd.com     */
78910739Ssteve.reinhardt@amd.com    static MemCmd
79010739Ssteve.reinhardt@amd.com    makeWriteCmd(const RequestPtr req)
79110739Ssteve.reinhardt@amd.com    {
79210739Ssteve.reinhardt@amd.com        if (req->isLLSC())
79310739Ssteve.reinhardt@amd.com            return MemCmd::StoreCondReq;
79410739Ssteve.reinhardt@amd.com        else if (req->isSwap())
79510739Ssteve.reinhardt@amd.com            return MemCmd::SwapReq;
79610739Ssteve.reinhardt@amd.com        else
79710739Ssteve.reinhardt@amd.com            return MemCmd::WriteReq;
79810342SCurtis.Dunham@arm.com    }
79910342SCurtis.Dunham@arm.com
80010342SCurtis.Dunham@arm.com    /**
80110342SCurtis.Dunham@arm.com     * Constructor-like methods that return Packets based on Request objects.
80210739Ssteve.reinhardt@amd.com     * Fine-tune the MemCmd type if it's not a vanilla read or write.
80310342SCurtis.Dunham@arm.com     */
80410342SCurtis.Dunham@arm.com    static PacketPtr
80510569Sandreas.hansson@arm.com    createRead(const RequestPtr req)
80610342SCurtis.Dunham@arm.com    {
80710739Ssteve.reinhardt@amd.com        return new Packet(req, makeReadCmd(req));
80810342SCurtis.Dunham@arm.com    }
80910342SCurtis.Dunham@arm.com
81010342SCurtis.Dunham@arm.com    static PacketPtr
81110569Sandreas.hansson@arm.com    createWrite(const RequestPtr req)
81210342SCurtis.Dunham@arm.com    {
81310739Ssteve.reinhardt@amd.com        return new Packet(req, makeWriteCmd(req));
8142641Sstever@eecs.umich.edu    }
8152549SN/A
8165735Snate@binkert.org    /**
8175735Snate@binkert.org     * clean up packet variables
8185735Snate@binkert.org     */
8192566SN/A    ~Packet()
8205387Sstever@gmail.com    {
82110872Sali.jafri@arm.com        // Delete the request object if this is a request packet which
82210872Sali.jafri@arm.com        // does not need a response, because the requester will not get
82310872Sali.jafri@arm.com        // a chance. If the request packet needs a response then the
82410872Sali.jafri@arm.com        // request will be deleted on receipt of the response
82510872Sali.jafri@arm.com        // packet. We also make sure to never delete the request for
82610872Sali.jafri@arm.com        // express snoops, even for cases when responses are not
82710872Sali.jafri@arm.com        // needed (CleanEvict and Writeback), since the snoop packet
82810872Sali.jafri@arm.com        // re-uses the same request.
82910872Sali.jafri@arm.com        if (req && isRequest() && !needsResponse() &&
83010872Sali.jafri@arm.com            !isExpressSnoop()) {
8315387Sstever@gmail.com            delete req;
83210872Sali.jafri@arm.com        }
8335735Snate@binkert.org        deleteData();
8345387Sstever@gmail.com    }
8352566SN/A
8365735Snate@binkert.org    /**
8374626Sstever@eecs.umich.edu     * Take a request packet and modify it in place to be suitable for
83810660Sandreas.hansson@arm.com     * returning as a response to that request.
8394626Sstever@eecs.umich.edu     */
8405735Snate@binkert.org    void
8415735Snate@binkert.org    makeResponse()
8424626Sstever@eecs.umich.edu    {
8432662Sstever@eecs.umich.edu        assert(needsResponse());
8442855Srdreslin@umich.edu        assert(isRequest());
8454022Sstever@eecs.umich.edu        cmd = cmd.responseCommand();
8465745Snate@binkert.org
8477464Ssteve.reinhardt@amd.com        // responses are never express, even if the snoop that
8487464Ssteve.reinhardt@amd.com        // triggered them was
8497464Ssteve.reinhardt@amd.com        flags.clear(EXPRESS_SNOOP);
8502641Sstever@eecs.umich.edu    }
8512641Sstever@eecs.umich.edu
8525735Snate@binkert.org    void
8535735Snate@binkert.org    makeAtomicResponse()
8544870Sstever@eecs.umich.edu    {
8554870Sstever@eecs.umich.edu        makeResponse();
8564870Sstever@eecs.umich.edu    }
8574870Sstever@eecs.umich.edu
8585735Snate@binkert.org    void
8595735Snate@binkert.org    makeTimingResponse()
8603348Sbinkertn@umich.edu    {
8614870Sstever@eecs.umich.edu        makeResponse();
8623135Srdreslin@umich.edu    }
8633135Srdreslin@umich.edu
8648436SBrad.Beckmann@amd.com    void
8658436SBrad.Beckmann@amd.com    setFunctionalResponseStatus(bool success)
8668436SBrad.Beckmann@amd.com    {
8678436SBrad.Beckmann@amd.com        if (!success) {
8688436SBrad.Beckmann@amd.com            if (isWrite()) {
8698436SBrad.Beckmann@amd.com                cmd = MemCmd::FunctionalWriteError;
8708436SBrad.Beckmann@amd.com            } else {
8718436SBrad.Beckmann@amd.com                cmd = MemCmd::FunctionalReadError;
8728436SBrad.Beckmann@amd.com            }
8738436SBrad.Beckmann@amd.com        }
8748436SBrad.Beckmann@amd.com    }
8758436SBrad.Beckmann@amd.com
87611057Sandreas.hansson@arm.com    void
87711057Sandreas.hansson@arm.com    setSize(unsigned size)
87811057Sandreas.hansson@arm.com    {
87911057Sandreas.hansson@arm.com        assert(!flags.isSet(VALID_SIZE));
88011057Sandreas.hansson@arm.com
88111057Sandreas.hansson@arm.com        this->size = size;
88211057Sandreas.hansson@arm.com        flags.set(VALID_SIZE);
88311057Sandreas.hansson@arm.com    }
88411057Sandreas.hansson@arm.com
88511057Sandreas.hansson@arm.com
88611013Sandreas.sandberg@arm.com  public:
88711013Sandreas.sandberg@arm.com    /**
88811013Sandreas.sandberg@arm.com     * @{
88911013Sandreas.sandberg@arm.com     * @name Data accessor mehtods
89011013Sandreas.sandberg@arm.com     */
89111013Sandreas.sandberg@arm.com
8923348Sbinkertn@umich.edu    /**
8933348Sbinkertn@umich.edu     * Set the data pointer to the following value that should not be
89410571Sandreas.hansson@arm.com     * freed. Static data allows us to do a single memcpy even if
89510571Sandreas.hansson@arm.com     * multiple packets are required to get from source to destination
89610571Sandreas.hansson@arm.com     * and back. In essence the pointer is set calling dataStatic on
89710571Sandreas.hansson@arm.com     * the original packet, and whenever this packet is copied and
89810571Sandreas.hansson@arm.com     * forwarded the same pointer is passed on. When a packet
89910571Sandreas.hansson@arm.com     * eventually reaches the destination holding the data, it is
90010571Sandreas.hansson@arm.com     * copied once into the location originally set. On the way back
90110571Sandreas.hansson@arm.com     * to the source, no copies are necessary.
9022566SN/A     */
9032566SN/A    template <typename T>
9043348Sbinkertn@umich.edu    void
9053348Sbinkertn@umich.edu    dataStatic(T *p)
9063348Sbinkertn@umich.edu    {
90710566Sandreas.hansson@arm.com        assert(flags.noneSet(STATIC_DATA|DYNAMIC_DATA));
9083348Sbinkertn@umich.edu        data = (PacketDataPtr)p;
9095735Snate@binkert.org        flags.set(STATIC_DATA);
9103348Sbinkertn@umich.edu    }
9112566SN/A
9123348Sbinkertn@umich.edu    /**
91310564Sandreas.hansson@arm.com     * Set the data pointer to the following value that should not be
91410564Sandreas.hansson@arm.com     * freed. This version of the function allows the pointer passed
91510564Sandreas.hansson@arm.com     * to us to be const. To avoid issues down the line we cast the
91610564Sandreas.hansson@arm.com     * constness away, the alternative would be to keep both a const
91710564Sandreas.hansson@arm.com     * and non-const data pointer and cleverly choose between
91810564Sandreas.hansson@arm.com     * them. Note that this is only allowed for static data.
91910564Sandreas.hansson@arm.com     */
92010564Sandreas.hansson@arm.com    template <typename T>
92110564Sandreas.hansson@arm.com    void
92210564Sandreas.hansson@arm.com    dataStaticConst(const T *p)
92310564Sandreas.hansson@arm.com    {
92410566Sandreas.hansson@arm.com        assert(flags.noneSet(STATIC_DATA|DYNAMIC_DATA));
92510564Sandreas.hansson@arm.com        data = const_cast<PacketDataPtr>(p);
92610564Sandreas.hansson@arm.com        flags.set(STATIC_DATA);
92710564Sandreas.hansson@arm.com    }
92810564Sandreas.hansson@arm.com
92910564Sandreas.hansson@arm.com    /**
9303348Sbinkertn@umich.edu     * Set the data pointer to a value that should have delete []
93110571Sandreas.hansson@arm.com     * called on it. Dynamic data is local to this packet, and as the
93210571Sandreas.hansson@arm.com     * packet travels from source to destination, forwarded packets
93310571Sandreas.hansson@arm.com     * will allocate their own data. When a packet reaches the final
93410571Sandreas.hansson@arm.com     * destination it will populate the dynamic data of that specific
93510571Sandreas.hansson@arm.com     * packet, and on the way back towards the source, memcpy will be
93610571Sandreas.hansson@arm.com     * invoked in every step where a new packet was created e.g. in
93710571Sandreas.hansson@arm.com     * the caches. Ultimately when the response reaches the source a
93810571Sandreas.hansson@arm.com     * final memcpy is needed to extract the data from the packet
93910571Sandreas.hansson@arm.com     * before it is deallocated.
9403348Sbinkertn@umich.edu     */
9412566SN/A    template <typename T>
9423348Sbinkertn@umich.edu    void
9433348Sbinkertn@umich.edu    dataDynamic(T *p)
9443348Sbinkertn@umich.edu    {
94510566Sandreas.hansson@arm.com        assert(flags.noneSet(STATIC_DATA|DYNAMIC_DATA));
9463348Sbinkertn@umich.edu        data = (PacketDataPtr)p;
9475735Snate@binkert.org        flags.set(DYNAMIC_DATA);
9483348Sbinkertn@umich.edu    }
9493348Sbinkertn@umich.edu
9505735Snate@binkert.org    /**
9515735Snate@binkert.org     * get a pointer to the data ptr.
9525735Snate@binkert.org     */
9533348Sbinkertn@umich.edu    template <typename T>
9543348Sbinkertn@umich.edu    T*
95510562Sandreas.hansson@arm.com    getPtr()
9563348Sbinkertn@umich.edu    {
95710562Sandreas.hansson@arm.com        assert(flags.isSet(STATIC_DATA|DYNAMIC_DATA));
9583348Sbinkertn@umich.edu        return (T*)data;
9593348Sbinkertn@umich.edu    }
9602566SN/A
96110563Sandreas.hansson@arm.com    template <typename T>
96210563Sandreas.hansson@arm.com    const T*
96310563Sandreas.hansson@arm.com    getConstPtr() const
96410563Sandreas.hansson@arm.com    {
96510563Sandreas.hansson@arm.com        assert(flags.isSet(STATIC_DATA|DYNAMIC_DATA));
96610563Sandreas.hansson@arm.com        return (const T*)data;
96710563Sandreas.hansson@arm.com    }
96810563Sandreas.hansson@arm.com
9695735Snate@binkert.org    /**
97011013Sandreas.sandberg@arm.com     * Get the data in the packet byte swapped from big endian to
97111013Sandreas.sandberg@arm.com     * host endian.
97211013Sandreas.sandberg@arm.com     */
97311013Sandreas.sandberg@arm.com    template <typename T>
97411013Sandreas.sandberg@arm.com    T getBE() const;
97511013Sandreas.sandberg@arm.com
97611013Sandreas.sandberg@arm.com    /**
97711013Sandreas.sandberg@arm.com     * Get the data in the packet byte swapped from little endian to
97811013Sandreas.sandberg@arm.com     * host endian.
97911013Sandreas.sandberg@arm.com     */
98011013Sandreas.sandberg@arm.com    template <typename T>
98111013Sandreas.sandberg@arm.com    T getLE() const;
98211013Sandreas.sandberg@arm.com
98311013Sandreas.sandberg@arm.com    /**
98411013Sandreas.sandberg@arm.com     * Get the data in the packet byte swapped from the specified
98511013Sandreas.sandberg@arm.com     * endianness.
98611013Sandreas.sandberg@arm.com     */
98711013Sandreas.sandberg@arm.com    template <typename T>
98811013Sandreas.sandberg@arm.com    T get(ByteOrder endian) const;
98911013Sandreas.sandberg@arm.com
99011013Sandreas.sandberg@arm.com    /**
99111013Sandreas.sandberg@arm.com     * Get the data in the packet byte swapped from guest to host
99211013Sandreas.sandberg@arm.com     * endian.
9935735Snate@binkert.org     */
9942566SN/A    template <typename T>
99510563Sandreas.hansson@arm.com    T get() const;
9962566SN/A
99711013Sandreas.sandberg@arm.com    /** Set the value in the data pointer to v as big endian. */
99811013Sandreas.sandberg@arm.com    template <typename T>
99911013Sandreas.sandberg@arm.com    void setBE(T v);
100011013Sandreas.sandberg@arm.com
100111013Sandreas.sandberg@arm.com    /** Set the value in the data pointer to v as little endian. */
100211013Sandreas.sandberg@arm.com    template <typename T>
100311013Sandreas.sandberg@arm.com    void setLE(T v);
100411013Sandreas.sandberg@arm.com
10055735Snate@binkert.org    /**
100611013Sandreas.sandberg@arm.com     * Set the value in the data pointer to v using the specified
100711013Sandreas.sandberg@arm.com     * endianness.
10085735Snate@binkert.org     */
10092566SN/A    template <typename T>
101011013Sandreas.sandberg@arm.com    void set(T v, ByteOrder endian);
101111013Sandreas.sandberg@arm.com
101211013Sandreas.sandberg@arm.com    /** Set the value in the data pointer to v as guest endian. */
101311013Sandreas.sandberg@arm.com    template <typename T>
10142592SN/A    void set(T v);
10152566SN/A
10163348Sbinkertn@umich.edu    /**
10174626Sstever@eecs.umich.edu     * Copy data into the packet from the provided pointer.
10184626Sstever@eecs.umich.edu     */
10195735Snate@binkert.org    void
102010563Sandreas.hansson@arm.com    setData(const uint8_t *p)
10214626Sstever@eecs.umich.edu    {
102210571Sandreas.hansson@arm.com        // we should never be copying data onto itself, which means we
102310571Sandreas.hansson@arm.com        // must idenfity packets with static data, as they carry the
102410571Sandreas.hansson@arm.com        // same pointer from source to destination and back
102510571Sandreas.hansson@arm.com        assert(p != getPtr<uint8_t>() || flags.isSet(STATIC_DATA));
102610571Sandreas.hansson@arm.com
10277691SAli.Saidi@ARM.com        if (p != getPtr<uint8_t>())
102810571Sandreas.hansson@arm.com            // for packet with allocated dynamic data, we copy data from
102910571Sandreas.hansson@arm.com            // one to the other, e.g. a forwarded response to a response
10307691SAli.Saidi@ARM.com            std::memcpy(getPtr<uint8_t>(), p, getSize());
10314626Sstever@eecs.umich.edu    }
10324626Sstever@eecs.umich.edu
10334626Sstever@eecs.umich.edu    /**
10344626Sstever@eecs.umich.edu     * Copy data into the packet from the provided block pointer,
10354626Sstever@eecs.umich.edu     * which is aligned to the given block size.
10364626Sstever@eecs.umich.edu     */
10375735Snate@binkert.org    void
103810563Sandreas.hansson@arm.com    setDataFromBlock(const uint8_t *blk_data, int blkSize)
10394626Sstever@eecs.umich.edu    {
10404626Sstever@eecs.umich.edu        setData(blk_data + getOffset(blkSize));
10414626Sstever@eecs.umich.edu    }
10424626Sstever@eecs.umich.edu
10434626Sstever@eecs.umich.edu    /**
10444626Sstever@eecs.umich.edu     * Copy data from the packet to the provided block pointer, which
10454626Sstever@eecs.umich.edu     * is aligned to the given block size.
10464626Sstever@eecs.umich.edu     */
10475735Snate@binkert.org    void
104810563Sandreas.hansson@arm.com    writeData(uint8_t *p) const
10494626Sstever@eecs.umich.edu    {
105010563Sandreas.hansson@arm.com        std::memcpy(p, getConstPtr<uint8_t>(), getSize());
10514626Sstever@eecs.umich.edu    }
10524626Sstever@eecs.umich.edu
10534626Sstever@eecs.umich.edu    /**
10544626Sstever@eecs.umich.edu     * Copy data from the packet to the memory at the provided pointer.
10554626Sstever@eecs.umich.edu     */
10565735Snate@binkert.org    void
105710563Sandreas.hansson@arm.com    writeDataToBlock(uint8_t *blk_data, int blkSize) const
10584626Sstever@eecs.umich.edu    {
10594626Sstever@eecs.umich.edu        writeData(blk_data + getOffset(blkSize));
10604626Sstever@eecs.umich.edu    }
10614626Sstever@eecs.umich.edu
10624626Sstever@eecs.umich.edu    /**
10633348Sbinkertn@umich.edu     * delete the data pointed to in the data pointer. Ok to call to
10643348Sbinkertn@umich.edu     * matter how data was allocted.
10653348Sbinkertn@umich.edu     */
10665735Snate@binkert.org    void
10675735Snate@binkert.org    deleteData()
10685735Snate@binkert.org    {
106910566Sandreas.hansson@arm.com        if (flags.isSet(DYNAMIC_DATA))
10705735Snate@binkert.org            delete [] data;
10715735Snate@binkert.org
107210566Sandreas.hansson@arm.com        flags.clear(STATIC_DATA|DYNAMIC_DATA);
10735735Snate@binkert.org        data = NULL;
10745735Snate@binkert.org    }
10752566SN/A
107610565Sandreas.hansson@arm.com    /** Allocate memory for the packet. */
10775735Snate@binkert.org    void
10785735Snate@binkert.org    allocate()
10795735Snate@binkert.org    {
108011286Sandreas.hansson@arm.com        // if either this command or the response command has a data
108111286Sandreas.hansson@arm.com        // payload, actually allocate space
108211286Sandreas.hansson@arm.com        if (hasData() || hasRespData()) {
108311286Sandreas.hansson@arm.com            assert(flags.noneSet(STATIC_DATA|DYNAMIC_DATA));
108411286Sandreas.hansson@arm.com            flags.set(DYNAMIC_DATA);
108511286Sandreas.hansson@arm.com            data = new uint8_t[getSize()];
108611286Sandreas.hansson@arm.com        }
10875735Snate@binkert.org    }
10885735Snate@binkert.org
108911013Sandreas.sandberg@arm.com    /** @} */
109011013Sandreas.sandberg@arm.com
109111013Sandreas.sandberg@arm.com  private: // Private data accessor methods
109211013Sandreas.sandberg@arm.com    /** Get the data in the packet without byte swapping. */
109311013Sandreas.sandberg@arm.com    template <typename T>
109411013Sandreas.sandberg@arm.com    T getRaw() const;
109511013Sandreas.sandberg@arm.com
109611013Sandreas.sandberg@arm.com    /** Set the value in the data pointer to v without byte swapping. */
109711013Sandreas.sandberg@arm.com    template <typename T>
109811013Sandreas.sandberg@arm.com    void setRaw(T v);
109911013Sandreas.sandberg@arm.com
110011013Sandreas.sandberg@arm.com  public:
11014626Sstever@eecs.umich.edu    /**
110210570Sandreas.hansson@arm.com     * Check a functional request against a memory value stored in
110310570Sandreas.hansson@arm.com     * another packet (i.e. an in-transit request or
110410570Sandreas.hansson@arm.com     * response). Returns true if the current packet is a read, and
110510570Sandreas.hansson@arm.com     * the other packet provides the data, which is then copied to the
110610570Sandreas.hansson@arm.com     * current packet. If the current packet is a write, and the other
110710570Sandreas.hansson@arm.com     * packet intersects this one, then we update the data
110810570Sandreas.hansson@arm.com     * accordingly.
110910570Sandreas.hansson@arm.com     */
111010570Sandreas.hansson@arm.com    bool
111110570Sandreas.hansson@arm.com    checkFunctional(PacketPtr other)
111210570Sandreas.hansson@arm.com    {
111310570Sandreas.hansson@arm.com        // all packets that are carrying a payload should have a valid
111410570Sandreas.hansson@arm.com        // data pointer
111510570Sandreas.hansson@arm.com        return checkFunctional(other, other->getAddr(), other->isSecure(),
111610570Sandreas.hansson@arm.com                               other->getSize(),
111710570Sandreas.hansson@arm.com                               other->hasData() ?
111810570Sandreas.hansson@arm.com                               other->getPtr<uint8_t>() : NULL);
111910570Sandreas.hansson@arm.com    }
112010570Sandreas.hansson@arm.com
112110570Sandreas.hansson@arm.com    /**
112210883Sali.jafri@arm.com     * Does the request need to check for cached copies of the same block
112310883Sali.jafri@arm.com     * in the memory hierarchy above.
112410883Sali.jafri@arm.com     **/
112510883Sali.jafri@arm.com    bool
112610883Sali.jafri@arm.com    mustCheckAbove() const
112710883Sali.jafri@arm.com    {
112811199Sandreas.hansson@arm.com        return cmd == MemCmd::HardPFReq || isEviction();
112911199Sandreas.hansson@arm.com    }
113011199Sandreas.hansson@arm.com
113111199Sandreas.hansson@arm.com    /**
113211199Sandreas.hansson@arm.com     * Is this packet a clean eviction, including both actual clean
113311199Sandreas.hansson@arm.com     * evict packets, but also clean writebacks.
113411199Sandreas.hansson@arm.com     */
113511199Sandreas.hansson@arm.com    bool
113611199Sandreas.hansson@arm.com    isCleanEviction() const
113711199Sandreas.hansson@arm.com    {
113811199Sandreas.hansson@arm.com        return cmd == MemCmd::CleanEvict || cmd == MemCmd::WritebackClean;
113910883Sali.jafri@arm.com    }
114010883Sali.jafri@arm.com
114110883Sali.jafri@arm.com    /**
11424626Sstever@eecs.umich.edu     * Check a functional request against a memory value represented
114310570Sandreas.hansson@arm.com     * by a base/size pair and an associated data array. If the
114410570Sandreas.hansson@arm.com     * current packet is a read, it may be satisfied by the memory
114510570Sandreas.hansson@arm.com     * value. If the current packet is a write, it may update the
11464626Sstever@eecs.umich.edu     * memory value.
11474626Sstever@eecs.umich.edu     */
11485735Snate@binkert.org    bool
114910570Sandreas.hansson@arm.com    checkFunctional(Printable *obj, Addr base, bool is_secure, int size,
115010570Sandreas.hansson@arm.com                    uint8_t *_data);
11515314Sstever@gmail.com
11525315Sstever@gmail.com    /**
11535315Sstever@gmail.com     * Push label for PrintReq (safe to call unconditionally).
11545315Sstever@gmail.com     */
11555735Snate@binkert.org    void
11565735Snate@binkert.org    pushLabel(const std::string &lbl)
11575735Snate@binkert.org    {
11585735Snate@binkert.org        if (isPrint())
11595735Snate@binkert.org            safe_cast<PrintReqState*>(senderState)->pushLabel(lbl);
11605314Sstever@gmail.com    }
11615314Sstever@gmail.com
11625315Sstever@gmail.com    /**
11635315Sstever@gmail.com     * Pop label for PrintReq (safe to call unconditionally).
11645315Sstever@gmail.com     */
11655735Snate@binkert.org    void
11665735Snate@binkert.org    popLabel()
11675735Snate@binkert.org    {
11685735Snate@binkert.org        if (isPrint())
11695735Snate@binkert.org            safe_cast<PrintReqState*>(senderState)->popLabel();
11705314Sstever@gmail.com    }
11715314Sstever@gmail.com
11725314Sstever@gmail.com    void print(std::ostream &o, int verbosity = 0,
11735314Sstever@gmail.com               const std::string &prefix = "") const;
11749663Suri.wiener@arm.com
11759663Suri.wiener@arm.com    /**
11769663Suri.wiener@arm.com     * A no-args wrapper of print(std::ostream...)
11779663Suri.wiener@arm.com     * meant to be invoked from DPRINTFs
11789663Suri.wiener@arm.com     * avoiding string overheads in fast mode
11799663Suri.wiener@arm.com     * @return string with the request's type and start<->end addresses
11809663Suri.wiener@arm.com     */
11819663Suri.wiener@arm.com    std::string print() const;
11822381SN/A};
11832381SN/A
11842381SN/A#endif //__MEM_PACKET_HH
1185