tlb.hh (7087:fb8d5786ff30) tlb.hh (7629:0f0c231e3e97)
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

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

40#ifndef __ARCH_X86_TLB_HH__
41#define __ARCH_X86_TLB_HH__
42
43#include <list>
44#include <vector>
45#include <string>
46
47#include "arch/x86/pagetable.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

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

40#ifndef __ARCH_X86_TLB_HH__
41#define __ARCH_X86_TLB_HH__
42
43#include <list>
44#include <vector>
45#include <string>
46
47#include "arch/x86/pagetable.hh"
48#include "arch/x86/segmentregs.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/faults.hh"
54#include "sim/tlb.hh"
55#include "sim/sim_object.hh"
56

--- 78 unchanged lines hidden ---
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/faults.hh"
54#include "sim/tlb.hh"
55#include "sim/sim_object.hh"
56

--- 78 unchanged lines hidden ---