Deleted Added
sdiff udiff text old ( 12721:7f611e9412f0 ) new ( 12723:530dc4bf1a00 )
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

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

491 * @param pending_inval Do we have a pending invalidation?
492 *
493 * @return The snoop delay incurred by the upwards snoop
494 */
495 uint32_t handleSnoop(PacketPtr pkt, CacheBlk *blk,
496 bool is_timing, bool is_deferred, bool pending_inval);
497
498 /**
499 * Create a writeback request for the given block.
500 * @param blk The block to writeback.
501 * @return The writeback request for the block.
502 */
503 PacketPtr writebackBlk(CacheBlk *blk);
504
505 /**
506 * Create a writeclean request for the given block.

--- 182 unchanged lines hidden ---