page_table.cc (8229:78bf55f23338) | page_table.cc (8232:b28d06a175be) |
---|---|
1/* 2 * Copyright (c) 2003 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; --- 28 unchanged lines hidden (view full) --- 37#include <fstream> 38#include <map> 39#include <string> 40 41#include "base/bitfield.hh" 42#include "base/intmath.hh" 43#include "base/trace.hh" 44#include "config/the_isa.hh" | 1/* 2 * Copyright (c) 2003 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; --- 28 unchanged lines hidden (view full) --- 37#include <fstream> 38#include <map> 39#include <string> 40 41#include "base/bitfield.hh" 42#include "base/intmath.hh" 43#include "base/trace.hh" 44#include "config/the_isa.hh" |
45#include "debug/MMU.hh" |
|
45#include "mem/page_table.hh" 46#include "sim/faults.hh" 47#include "sim/process.hh" 48#include "sim/sim_object.hh" 49#include "sim/system.hh" 50 51using namespace std; 52using namespace TheISA; --- 175 unchanged lines hidden --- | 46#include "mem/page_table.hh" 47#include "sim/faults.hh" 48#include "sim/process.hh" 49#include "sim/sim_object.hh" 50#include "sim/system.hh" 51 52using namespace std; 53using namespace TheISA; --- 175 unchanged lines hidden --- |