faults.hh (3415:72c48f292f6a) faults.hh (3524:e2c8710ca78b)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

125 static TrapType _trapType;
126 static FaultPriority _priority;
127 static FaultStat _count;
128 public:
129 FaultName name() {return _name;}
130 TrapType trapType() {return _trapType;}
131 FaultPriority priority() {return _priority;}
132 FaultStat & countStat() {return _count;}
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

125 static TrapType _trapType;
126 static FaultPriority _priority;
127 static FaultStat _count;
128 public:
129 FaultName name() {return _name;}
130 TrapType trapType() {return _trapType;}
131 FaultPriority priority() {return _priority;}
132 FaultStat & countStat() {return _count;}
133 void invoke(ThreadContext * tc);
133};
134
135class WatchDogReset : public SparcFault
136{
137 private:
138 static FaultName _name;
139 static TrapType _trapType;
140 static FaultPriority _priority;

--- 482 unchanged lines hidden ---
134};
135
136class WatchDogReset : public SparcFault
137{
138 private:
139 static FaultName _name;
140 static TrapType _trapType;
141 static FaultPriority _priority;

--- 482 unchanged lines hidden ---