packet_access.hh (11295:14029d75688d) packet_access.hh (12386:2bf5fb25a5f1)
1/*
2 * Copyright (c) 2015 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

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

38 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 *
40 * Authors: Ali Saidi
41 * Nathan Binkert
42 * Andreas Sandberg
43 */
44
45#include "arch/isa_traits.hh"
1/*
2 * Copyright (c) 2015 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

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

38 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 *
40 * Authors: Ali Saidi
41 * Nathan Binkert
42 * Andreas Sandberg
43 */
44
45#include "arch/isa_traits.hh"
46#include "base/bigint.hh"
47#include "config/the_isa.hh"
48#include "mem/packet.hh"
49#include "sim/byteswap.hh"
50
51#ifndef __MEM_PACKET_ACCESS_HH__
52#define __MEM_PACKET_ACCESS_HH__
53
54template <typename T>

--- 93 unchanged lines hidden ---
46#include "config/the_isa.hh"
47#include "mem/packet.hh"
48#include "sim/byteswap.hh"
49
50#ifndef __MEM_PACKET_ACCESS_HH__
51#define __MEM_PACKET_ACCESS_HH__
52
53template <typename T>

--- 93 unchanged lines hidden ---