atomic.hh (2640:266b80dd5eca) atomic.hh (2657:b119b774656b)
1/*
2 * Copyright (c) 2002-2005 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;

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

93 virtual bool recvTiming(Packet *pkt);
94
95 virtual Tick recvAtomic(Packet *pkt);
96
97 virtual void recvFunctional(Packet *pkt);
98
99 virtual void recvStatusChange(Status status);
100
1/*
2 * Copyright (c) 2002-2005 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;

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

93 virtual bool recvTiming(Packet *pkt);
94
95 virtual Tick recvAtomic(Packet *pkt);
96
97 virtual void recvFunctional(Packet *pkt);
98
99 virtual void recvStatusChange(Status status);
100
101 virtual Packet *recvRetry();
101 virtual void recvRetry();
102
103 virtual void getDeviceAddressRanges(AddrRangeList &resp,
104 AddrRangeList &snoop)
105 { resp.clear(); snoop.clear(); }
106 };
107
108 CpuPort icachePort;
109 CpuPort dcachePort;

--- 30 unchanged lines hidden ---
102
103 virtual void getDeviceAddressRanges(AddrRangeList &resp,
104 AddrRangeList &snoop)
105 { resp.clear(); snoop.clear(); }
106 };
107
108 CpuPort icachePort;
109 CpuPort dcachePort;

--- 30 unchanged lines hidden ---