tlb.cc (7625:b1e69203bae9) tlb.cc (7629:0f0c231e3e97)
1/*
2 * Copyright (c) 2007-2008 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

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

38 */
39
40#include <cstring>
41
42#include "config/full_system.hh"
43
44#include "arch/x86/faults.hh"
45#include "arch/x86/insts/microldstop.hh"
1/*
2 * Copyright (c) 2007-2008 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

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

38 */
39
40#include <cstring>
41
42#include "config/full_system.hh"
43
44#include "arch/x86/faults.hh"
45#include "arch/x86/insts/microldstop.hh"
46#include "arch/x86/miscregs.hh"
47#include "arch/x86/pagetable.hh"
46#include "arch/x86/pagetable.hh"
47#include "arch/x86/regs/misc.hh"
48#include "arch/x86/tlb.hh"
49#include "arch/x86/x86_traits.hh"
50#include "base/bitfield.hh"
51#include "base/trace.hh"
52#include "config/full_system.hh"
53#include "cpu/thread_context.hh"
54#include "cpu/base.hh"
55#include "mem/packet_access.hh"

--- 687 unchanged lines hidden ---
48#include "arch/x86/tlb.hh"
49#include "arch/x86/x86_traits.hh"
50#include "base/bitfield.hh"
51#include "base/trace.hh"
52#include "config/full_system.hh"
53#include "cpu/thread_context.hh"
54#include "cpu/base.hh"
55#include "mem/packet_access.hh"

--- 687 unchanged lines hidden ---