physical.cc (6102:7fbf97dc6540) physical.cc (6214:1ec0ec8933ae)
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;

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

41
42#include "arch/isa_traits.hh"
43#include "base/misc.hh"
44#include "base/random.hh"
45#include "config/full_system.hh"
46#include "mem/packet_access.hh"
47#include "mem/physical.hh"
48#include "sim/eventq.hh"
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;

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

41
42#include "arch/isa_traits.hh"
43#include "base/misc.hh"
44#include "base/random.hh"
45#include "config/full_system.hh"
46#include "mem/packet_access.hh"
47#include "mem/physical.hh"
48#include "sim/eventq.hh"
49#include "sim/host.hh"
49#include "base/types.hh"
50
51using namespace std;
52using namespace TheISA;
53
54PhysicalMemory::PhysicalMemory(const Params *p)
55 : MemObject(p), pmemAddr(NULL), pagePtr(0),
56 lat(p->latency), lat_var(p->latency_var),
57 cachedSize(params()->range.size()), cachedStart(params()->range.start)

--- 513 unchanged lines hidden ---
50
51using namespace std;
52using namespace TheISA;
53
54PhysicalMemory::PhysicalMemory(const Params *p)
55 : MemObject(p), pmemAddr(NULL), pagePtr(0),
56 lat(p->latency), lat_var(p->latency_var),
57 cachedSize(params()->range.size()), cachedStart(params()->range.start)

--- 513 unchanged lines hidden ---