mmapped_ipr.hh (8105:906864dd0937) mmapped_ipr.hh (9180:ee8d7a51651d)
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
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;

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

40#include "base/misc.hh"
41#include "mem/packet.hh"
42
43class ThreadContext;
44
45namespace MipsISA
46{
47
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
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;

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

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