mmapped_ipr.cc (13234:dea0fbed3f19) mmapped_ipr.cc (13344:0d881accc3ee)
1/*
2 * Copyright (c) 2013 Andreas Sandberg
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Andreas Sandberg
29 */
30
31#include "arch/generic/mmapped_ipr.hh"
32
1/*
2 * Copyright (c) 2013 Andreas Sandberg
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Andreas Sandberg
29 */
30
31#include "arch/generic/mmapped_ipr.hh"
32
33#include "arch/isa_traits.hh"
34#include "config/the_isa.hh"
33#include "mem/packet.hh"
34#include "mem/packet_access.hh"
35#include "sim/pseudo_inst.hh"
36
37using namespace GenericISA;
38
39static void
40handlePseudoInst(ThreadContext *xc, Packet *pkt)

--- 45 unchanged lines hidden ---
35#include "mem/packet.hh"
36#include "mem/packet_access.hh"
37#include "sim/pseudo_inst.hh"
38
39using namespace GenericISA;
40
41static void
42handlePseudoInst(ThreadContext *xc, Packet *pkt)

--- 45 unchanged lines hidden ---