mmapped_ipr.cc (9911:676d3dcf1cc2) mmapped_ipr.cc (11793:ef606668d247)
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;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
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"
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;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
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
32#include "mem/packet.hh"
33#include "mem/packet_access.hh"
34#include "sim/pseudo_inst.hh"
35
36using namespace GenericISA;
37
38static void
39handlePseudoInst(ThreadContext *xc, Packet *pkt)

--- 45 unchanged lines hidden ---
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 ---