mmapped_ipr.hh (8105:906864dd0937) mmapped_ipr.hh (9180:ee8d7a51651d)
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

41
42#include "base/misc.hh"
43#include "mem/packet.hh"
44
45class ThreadContext;
46
47namespace ArmISA
48{
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

41
42#include "base/misc.hh"
43#include "mem/packet.hh"
44
45class ThreadContext;
46
47namespace ArmISA
48{
49inline Tick
49inline Cycles
50handleIprRead(ThreadContext *xc, Packet *pkt)
51{
52 panic("No implementation for handleIprRead in ARM\n");
53}
54
50handleIprRead(ThreadContext *xc, Packet *pkt)
51{
52 panic("No implementation for handleIprRead in ARM\n");
53}
54
55inline Tick
55inline Cycles
56handleIprWrite(ThreadContext *xc, Packet *pkt)
57{
58 panic("No implementation for handleIprWrite in ARM\n");
59}
60
61
62} // namespace ArmISA
63
64#endif
56handleIprWrite(ThreadContext *xc, Packet *pkt)
57{
58 panic("No implementation for handleIprWrite in ARM\n");
59}
60
61
62} // namespace ArmISA
63
64#endif