timing.hh (14198:9c2f67392409) timing.hh (14297:b4519e586f5e)
1/*
2 * Copyright (c) 2012-2013,2015,2018 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

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

288 override;
289
290 Fault writeMem(uint8_t *data, unsigned size,
291 Addr addr, Request::Flags flags, uint64_t *res,
292 const std::vector<bool>& byteEnable = std::vector<bool>())
293 override;
294
295 Fault initiateMemAMO(Addr addr, unsigned size, Request::Flags flags,
1/*
2 * Copyright (c) 2012-2013,2015,2018 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

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

288 override;
289
290 Fault writeMem(uint8_t *data, unsigned size,
291 Addr addr, Request::Flags flags, uint64_t *res,
292 const std::vector<bool>& byteEnable = std::vector<bool>())
293 override;
294
295 Fault initiateMemAMO(Addr addr, unsigned size, Request::Flags flags,
296 AtomicOpFunctor *amo_op) override;
296 AtomicOpFunctorPtr amo_op) override;
297
298 void fetch();
299 void sendFetch(const Fault &fault,
300 const RequestPtr &req, ThreadContext *tc);
301 void completeIfetch(PacketPtr );
302 void completeDataAccess(PacketPtr pkt);
303 void advanceInst(const Fault &fault);
304

--- 65 unchanged lines hidden ---
297
298 void fetch();
299 void sendFetch(const Fault &fault,
300 const RequestPtr &req, ThreadContext *tc);
301 void completeIfetch(PacketPtr );
302 void completeDataAccess(PacketPtr pkt);
303 void advanceInst(const Fault &fault);
304

--- 65 unchanged lines hidden ---