faults.hh (11218:d135bc832ffe) faults.hh (12334:e0ab29a34764)
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_FAULTS_HH__
41#define __ARCH_X86_FAULTS_HH__
42
43#include <string>
44
45#include "arch/x86/tlb.hh"
46#include "base/bitunion.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

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

39
40#ifndef __ARCH_X86_FAULTS_HH__
41#define __ARCH_X86_FAULTS_HH__
42
43#include <string>
44
45#include "arch/x86/tlb.hh"
46#include "base/bitunion.hh"
47#include "base/misc.hh"
47#include "base/logging.hh"
48#include "sim/faults.hh"
49
50namespace X86ISA
51{
52 // Base class for all x86 "faults" where faults is in the m5 sense
53 class X86FaultBase : public FaultBase
54 {
55 protected:

--- 378 unchanged lines hidden ---
48#include "sim/faults.hh"
49
50namespace X86ISA
51{
52 // Base class for all x86 "faults" where faults is in the m5 sense
53 class X86FaultBase : public FaultBase
54 {
55 protected:

--- 378 unchanged lines hidden ---