tlb.hh (10474:799c8ee4ecba) tlb.hh (10687:276da6265ab8)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

39
40#ifndef __ARCH_X86_TLB_HH__
41#define __ARCH_X86_TLB_HH__
42
43#include <list>
44#include <string>
45#include <vector>
46
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

39
40#ifndef __ARCH_X86_TLB_HH__
41#define __ARCH_X86_TLB_HH__
42
43#include <list>
44#include <string>
45#include <vector>
46
47#include "arch/generic/tlb.hh"
47#include "arch/x86/regs/segment.hh"
48#include "arch/x86/pagetable.hh"
49#include "base/trie.hh"
50#include "mem/mem_object.hh"
51#include "mem/request.hh"
52#include "params/X86TLB.hh"
53#include "sim/sim_object.hh"
48#include "arch/x86/regs/segment.hh"
49#include "arch/x86/pagetable.hh"
50#include "base/trie.hh"
51#include "mem/mem_object.hh"
52#include "mem/request.hh"
53#include "params/X86TLB.hh"
54#include "sim/sim_object.hh"
54#include "sim/tlb.hh"
55
56class ThreadContext;
57class Packet;
58
59namespace X86ISA
60{
61 class Walker;
62

--- 106 unchanged lines hidden ---
55
56class ThreadContext;
57class Packet;
58
59namespace X86ISA
60{
61 class Walker;
62

--- 106 unchanged lines hidden ---