faults.hh (10417:710ee116eb68) faults.hh (11294:a368064a2ab5)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

40#include "cpu/thread_context.hh"
41#include "debug/MipsPRA.hh"
42#include "sim/faults.hh"
43#include "sim/full_system.hh"
44
45namespace MipsISA
46{
47
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

40#include "cpu/thread_context.hh"
41#include "debug/MipsPRA.hh"
42#include "sim/faults.hh"
43#include "sim/full_system.hh"
44
45namespace MipsISA
46{
47
48typedef const Addr FaultVect;
48typedef Addr FaultVect;
49
50enum ExcCode {
51 // A dummy value to use when the code isn't defined or doesn't matter.
52 ExcCodeDummy = 0,
53
54 ExcCodeInt = 0,
55 ExcCodeMod = 1,
56 ExcCodeTlbL = 2,

--- 252 unchanged lines hidden ---
49
50enum ExcCode {
51 // A dummy value to use when the code isn't defined or doesn't matter.
52 ExcCodeDummy = 0,
53
54 ExcCodeInt = 0,
55 ExcCodeMod = 1,
56 ExcCodeTlbL = 2,

--- 252 unchanged lines hidden ---