Deleted Added
sdiff udiff text old ( 12720:8db2ee0c2cf6 ) new ( 12721:7f611e9412f0 )
full compact
1/*
2 * Copyright (c) 2012-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

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

417 void recvTimingSnoopReq(PacketPtr pkt);
418
419 /**
420 * Handle a snoop response.
421 * @param pkt Snoop response packet
422 */
423 void recvTimingSnoopResp(PacketPtr pkt);
424
425 /**
426 * Performs the access specified by the request.
427 * @param pkt The request to perform.
428 * @return The number of ticks required for the access.
429 */
430 Tick recvAtomic(PacketPtr pkt);
431
432 /**
433 * Snoop for the provided request in the cache and return the estimated

--- 239 unchanged lines hidden ---