packet.hh (12334:e0ab29a34764) packet.hh (12344:57364c030de3)
1/*
1/*
2 * Copyright (c) 2012-2016 ARM Limited
2 * Copyright (c) 2012-2017 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
9 * licensed hereunder. You may use the software subject to the license
10 * terms below provided that you ensure that this notice is replicated

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

83 InvalidCmd,
84 ReadReq,
85 ReadResp,
86 ReadRespWithInvalidate,
87 WriteReq,
88 WriteResp,
89 WritebackDirty,
90 WritebackClean,
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
9 * licensed hereunder. You may use the software subject to the license
10 * terms below provided that you ensure that this notice is replicated

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

83 InvalidCmd,
84 ReadReq,
85 ReadResp,
86 ReadRespWithInvalidate,
87 WriteReq,
88 WriteResp,
89 WritebackDirty,
90 WritebackClean,
91 WriteClean, // writes dirty data below without evicting
91 CleanEvict,
92 SoftPFReq,
93 HardPFReq,
94 SoftPFResp,
95 HardPFResp,
96 WriteLineReq,
97 UpgradeReq,
98 SCUpgradeReq, // Special "weak" upgrade for StoreCond

--- 1090 unchanged lines hidden ---
92 CleanEvict,
93 SoftPFReq,
94 HardPFReq,
95 SoftPFResp,
96 HardPFResp,
97 WriteLineReq,
98 UpgradeReq,
99 SCUpgradeReq, // Special "weak" upgrade for StoreCond

--- 1090 unchanged lines hidden ---