queue_entry.hh (12724:4f6fac3191d2) queue_entry.hh (12727:56c23b54bcb1)
1/*
2 * Copyright (c) 2012-2013, 2015-2016 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

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

44/**
45 * @file
46 * Generic queue entry
47 */
48
49#ifndef __MEM_CACHE_QUEUE_ENTRY_HH__
50#define __MEM_CACHE_QUEUE_ENTRY_HH__
51
1/*
2 * Copyright (c) 2012-2013, 2015-2016 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

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

44/**
45 * @file
46 * Generic queue entry
47 */
48
49#ifndef __MEM_CACHE_QUEUE_ENTRY_HH__
50#define __MEM_CACHE_QUEUE_ENTRY_HH__
51
52#include "base/types.hh"
52#include "mem/packet.hh"
53
54class BaseCache;
55
56/**
57 * A queue entry base class, to be used by both the MSHRs and
58 * write-queue entries.
59 */

--- 50 unchanged lines hidden ---
53#include "mem/packet.hh"
54
55class BaseCache;
56
57/**
58 * A queue entry base class, to be used by both the MSHRs and
59 * write-queue entries.
60 */

--- 50 unchanged lines hidden ---