includes.isa (12334:e0ab29a34764) includes.isa (12386:2bf5fb25a5f1)
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

110#include <limits>
111
112#include "arch/generic/debugfaults.hh"
113#include "arch/x86/regs/misc.hh"
114#include "arch/x86/cpuid.hh"
115#include "arch/x86/faults.hh"
116#include "arch/x86/memhelpers.hh"
117#include "arch/x86/tlb.hh"
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

110#include <limits>
111
112#include "arch/generic/debugfaults.hh"
113#include "arch/x86/regs/misc.hh"
114#include "arch/x86/cpuid.hh"
115#include "arch/x86/faults.hh"
116#include "arch/x86/memhelpers.hh"
117#include "arch/x86/tlb.hh"
118#include "base/bigint.hh"
119#include "base/compiler.hh"
120#include "base/condcodes.hh"
121#include "cpu/base.hh"
122#include "cpu/exetrace.hh"
123#include "debug/X86.hh"
124#include "mem/packet.hh"
125#include "mem/packet_access.hh"
126#include "mem/request.hh"
127#include "sim/pseudo_inst.hh"
128#include "sim/sim_exit.hh"
129
130using namespace X86ISA;
131using namespace std;
132}};
133
118#include "base/compiler.hh"
119#include "base/condcodes.hh"
120#include "cpu/base.hh"
121#include "cpu/exetrace.hh"
122#include "debug/X86.hh"
123#include "mem/packet.hh"
124#include "mem/packet_access.hh"
125#include "mem/request.hh"
126#include "sim/pseudo_inst.hh"
127#include "sim/sim_exit.hh"
128
129using namespace X86ISA;
130using namespace std;
131}};
132