tlb.hh (7678:f19b6a3a8cec) tlb.hh (7878:d3e6ebcccabf)
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

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

45#include <string>
46
47#include "arch/x86/pagetable.hh"
48#include "arch/x86/regs/segment.hh"
49#include "config/full_system.hh"
50#include "mem/mem_object.hh"
51#include "mem/request.hh"
52#include "params/X86TLB.hh"
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

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

45#include <string>
46
47#include "arch/x86/pagetable.hh"
48#include "arch/x86/regs/segment.hh"
49#include "config/full_system.hh"
50#include "mem/mem_object.hh"
51#include "mem/request.hh"
52#include "params/X86TLB.hh"
53#include "sim/fault.hh"
53#include "sim/fault_fwd.hh"
54#include "sim/tlb.hh"
55#include "sim/sim_object.hh"
56
57class ThreadContext;
58class Packet;
59
60namespace X86ISA
61{

--- 73 unchanged lines hidden ---
54#include "sim/tlb.hh"
55#include "sim/sim_object.hh"
56
57class ThreadContext;
58class Packet;
59
60namespace X86ISA
61{

--- 73 unchanged lines hidden ---