pagetable.hh (5877:9fe574944f31) pagetable.hh (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

56 */
57
58#ifndef __ARCH_X86_PAGETABLE_HH__
59#define __ARCH_X86_PAGETABLE_HH__
60
61#include <iostream>
62#include <string>
63
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

56 */
57
58#ifndef __ARCH_X86_PAGETABLE_HH__
59#define __ARCH_X86_PAGETABLE_HH__
60
61#include <iostream>
62#include <string>
63
64#include "sim/host.hh"
64#include "base/types.hh"
65#include "base/bitunion.hh"
66#include "base/misc.hh"
67
68class Checkpoint;
69
70namespace X86ISA
71{
72 BitUnion64(VAddr)

--- 60 unchanged lines hidden ---
65#include "base/bitunion.hh"
66#include "base/misc.hh"
67
68class Checkpoint;
69
70namespace X86ISA
71{
72 BitUnion64(VAddr)

--- 60 unchanged lines hidden ---