base.hh (8948:e95ee70f876c) base.hh (8975:7f36d4436074)
1/*
2 * Copyright (c) 2011 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 119 unchanged lines hidden (view full) ---

128 * @param _name structural owner of this port
129 */
130 CpuPort(const std::string& _name, MemObject* _owner) :
131 MasterPort(_name, _owner)
132 { }
133
134 protected:
135
1/*
2 * Copyright (c) 2011 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 119 unchanged lines hidden (view full) ---

128 * @param _name structural owner of this port
129 */
130 CpuPort(const std::string& _name, MemObject* _owner) :
131 MasterPort(_name, _owner)
132 { }
133
134 protected:
135
136 virtual bool recvTiming(PacketPtr pkt);
136 virtual bool recvTimingResp(PacketPtr pkt);
137
138 virtual void recvRetry();
139
140 virtual void recvFunctionalSnoop(PacketPtr pkt);
141
142 };
143
144 public:

--- 268 unchanged lines hidden ---
137
138 virtual void recvRetry();
139
140 virtual void recvFunctionalSnoop(PacketPtr pkt);
141
142 };
143
144 public:

--- 268 unchanged lines hidden ---