pagetable_walker.hh (6023:47b4fcb10c11) pagetable_walker.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 *

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

60
61#include <vector>
62
63#include "arch/x86/pagetable.hh"
64#include "arch/x86/tlb.hh"
65#include "mem/mem_object.hh"
66#include "mem/packet.hh"
67#include "params/X86PagetableWalker.hh"
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 *

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

60
61#include <vector>
62
63#include "arch/x86/pagetable.hh"
64#include "arch/x86/tlb.hh"
65#include "mem/mem_object.hh"
66#include "mem/packet.hh"
67#include "params/X86PagetableWalker.hh"
68#include "sim/host.hh"
68#include "base/types.hh"
69
70class ThreadContext;
71
72namespace X86ISA
73{
74 class Walker : public MemObject
75 {
76 public:

--- 135 unchanged lines hidden ---
69
70class ThreadContext;
71
72namespace X86ISA
73{
74 class Walker : public MemObject
75 {
76 public:

--- 135 unchanged lines hidden ---