page_table.hh (2979:88f767122b58) page_table.hh (2980:eab855f06b79)
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;

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

33 * Declaration of a non-full system Page Table.
34 */
35
36#ifndef __PAGE_TABLE__
37#define __PAGE_TABLE__
38
39#include <string>
40
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;

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

33 * Declaration of a non-full system Page Table.
34 */
35
36#ifndef __PAGE_TABLE__
37#define __PAGE_TABLE__
38
39#include <string>
40
41#include "arch/faults.hh"
41#include "sim/faults.hh"
42#include "arch/isa_traits.hh"
43#include "base/hashmap.hh"
44#include "base/trace.hh"
45#include "mem/request.hh"
46#include "mem/packet.hh"
47#include "sim/sim_object.hh"
48
49class System;

--- 51 unchanged lines hidden ---
42#include "arch/isa_traits.hh"
43#include "base/hashmap.hh"
44#include "base/trace.hh"
45#include "mem/request.hh"
46#include "mem/packet.hh"
47#include "sim/sim_object.hh"
48
49class System;

--- 51 unchanged lines hidden ---