physical.hh (5275:5279ced1dd8b) physical.hh (5399:e951ca2d56e2)
1/*
2 * Copyright (c) 2001-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;

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

141 // iterate over list...
142 return checkLockedAddrList(pkt);
143 }
144 }
145
146 uint8_t *pmemAddr;
147 int pagePtr;
148 Tick lat;
1/*
2 * Copyright (c) 2001-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;

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

141 // iterate over list...
142 return checkLockedAddrList(pkt);
143 }
144 }
145
146 uint8_t *pmemAddr;
147 int pagePtr;
148 Tick lat;
149 Tick lat_var;
149 std::vector<MemoryPort*> ports;
150 typedef std::vector<MemoryPort*>::iterator PortIterator;
151
152 uint64_t cachedSize;
153 uint64_t cachedStart;
154 public:
155 Addr new_page();
156 uint64_t size() { return cachedSize; }

--- 33 unchanged lines hidden ---
150 std::vector<MemoryPort*> ports;
151 typedef std::vector<MemoryPort*>::iterator PortIterator;
152
153 uint64_t cachedSize;
154 uint64_t cachedStart;
155 public:
156 Addr new_page();
157 uint64_t size() { return cachedSize; }

--- 33 unchanged lines hidden ---