2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
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;
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
11 * documentation and/or other materials provided with the distribution;
12 * neither the name of the copyright holders nor the names of its
13 * contributors may be used to endorse or promote products derived from
14 * this software without specific prior written permission.
16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 #include "arch/sparc/faults.hh"
35 #include "arch/sparc/isa_traits.hh"
36 #include "arch/sparc/process.hh"
37 #include "arch/sparc/types.hh"
38 #include "base/bitfield.hh"
39 #include "base/trace.hh"
40 #include "sim/full_system.hh"
41 #include "cpu/base.hh"
42 #include "cpu/thread_context.hh"
43 #include "mem/page_table.hh"
44 #include "sim/process.hh"
45 #include "sim/full_system.hh"
52 template<> SparcFaultBase::FaultVals
53 SparcFault
<PowerOnReset
>::vals
=
54 {"power_on_reset", 0x001, 0, {H
, H
, H
}, FaultStat()};
56 template<> SparcFaultBase::FaultVals
57 SparcFault
<WatchDogReset
>::vals
=
58 {"watch_dog_reset", 0x002, 120, {H
, H
, H
}, FaultStat()};
60 template<> SparcFaultBase::FaultVals
61 SparcFault
<ExternallyInitiatedReset
>::vals
=
62 {"externally_initiated_reset", 0x003, 110, {H
, H
, H
}, FaultStat()};
64 template<> SparcFaultBase::FaultVals
65 SparcFault
<SoftwareInitiatedReset
>::vals
=
66 {"software_initiated_reset", 0x004, 130, {SH
, SH
, H
}, FaultStat()};
68 template<> SparcFaultBase::FaultVals
69 SparcFault
<REDStateException
>::vals
=
70 {"RED_state_exception", 0x005, 1, {H
, H
, H
}, FaultStat()};
72 template<> SparcFaultBase::FaultVals
73 SparcFault
<StoreError
>::vals
=
74 {"store_error", 0x007, 201, {H
, H
, H
}, FaultStat()};
76 template<> SparcFaultBase::FaultVals
77 SparcFault
<InstructionAccessException
>::vals
=
78 {"instruction_access_exception", 0x008, 300, {H
, H
, H
}, FaultStat()};
80 //XXX This trap is apparently dropped from ua2005
81 /*template<> SparcFaultBase::FaultVals
82 SparcFault<InstructionAccessMMUMiss>::vals =
83 {"inst_mmu", 0x009, 2, {H, H, H}};*/
85 template<> SparcFaultBase::FaultVals
86 SparcFault
<InstructionAccessError
>::vals
=
87 {"instruction_access_error", 0x00A, 400, {H
, H
, H
}, FaultStat()};
89 template<> SparcFaultBase::FaultVals
90 SparcFault
<IllegalInstruction
>::vals
=
91 {"illegal_instruction", 0x010, 620, {H
, H
, H
}, FaultStat()};
93 template<> SparcFaultBase::FaultVals
94 SparcFault
<PrivilegedOpcode
>::vals
=
95 {"privileged_opcode", 0x011, 700, {P
, SH
, SH
}, FaultStat()};
97 //XXX This trap is apparently dropped from ua2005
98 /*template<> SparcFaultBase::FaultVals
99 SparcFault<UnimplementedLDD>::vals =
100 {"unimp_ldd", 0x012, 6, {H, H, H}};*/
102 //XXX This trap is apparently dropped from ua2005
103 /*template<> SparcFaultBase::FaultVals
104 SparcFault<UnimplementedSTD>::vals =
105 {"unimp_std", 0x013, 6, {H, H, H}};*/
107 template<> SparcFaultBase::FaultVals
108 SparcFault
<FpDisabled
>::vals
=
109 {"fp_disabled", 0x020, 800, {P
, P
, H
}, FaultStat()};
111 template<> SparcFaultBase::FaultVals
112 SparcFault
<FpExceptionIEEE754
>::vals
=
113 {"fp_exception_ieee_754", 0x021, 1110, {P
, P
, H
}, FaultStat()};
115 template<> SparcFaultBase::FaultVals
116 SparcFault
<FpExceptionOther
>::vals
=
117 {"fp_exception_other", 0x022, 1110, {P
, P
, H
}, FaultStat()};
119 template<> SparcFaultBase::FaultVals
120 SparcFault
<TagOverflow
>::vals
=
121 {"tag_overflow", 0x023, 1400, {P
, P
, H
}, FaultStat()};
123 template<> SparcFaultBase::FaultVals
124 SparcFault
<CleanWindow
>::vals
=
125 {"clean_window", 0x024, 1010, {P
, P
, H
}, FaultStat()};
127 template<> SparcFaultBase::FaultVals
128 SparcFault
<DivisionByZero
>::vals
=
129 {"division_by_zero", 0x028, 1500, {P
, P
, H
}, FaultStat()};
131 template<> SparcFaultBase::FaultVals
132 SparcFault
<InternalProcessorError
>::vals
=
133 {"internal_processor_error", 0x029, 4, {H
, H
, H
}, FaultStat()};
135 template<> SparcFaultBase::FaultVals
136 SparcFault
<InstructionInvalidTSBEntry
>::vals
=
137 {"instruction_invalid_tsb_entry", 0x02A, 210, {H
, H
, SH
}, FaultStat()};
139 template<> SparcFaultBase::FaultVals
140 SparcFault
<DataInvalidTSBEntry
>::vals
=
141 {"data_invalid_tsb_entry", 0x02B, 1203, {H
, H
, H
}, FaultStat()};
143 template<> SparcFaultBase::FaultVals
144 SparcFault
<DataAccessException
>::vals
=
145 {"data_access_exception", 0x030, 1201, {H
, H
, H
}, FaultStat()};
147 //XXX This trap is apparently dropped from ua2005
148 /*template<> SparcFaultBase::FaultVals
149 SparcFault<DataAccessMMUMiss>::vals =
150 {"data_mmu", 0x031, 12, {H, H, H}};*/
152 template<> SparcFaultBase::FaultVals
153 SparcFault
<DataAccessError
>::vals
=
154 {"data_access_error", 0x032, 1210, {H
, H
, H
}, FaultStat()};
156 template<> SparcFaultBase::FaultVals
157 SparcFault
<DataAccessProtection
>::vals
=
158 {"data_access_protection", 0x033, 1207, {H
, H
, H
}, FaultStat()};
160 template<> SparcFaultBase::FaultVals
161 SparcFault
<MemAddressNotAligned
>::vals
=
162 {"mem_address_not_aligned", 0x034, 1020, {H
, H
, H
}, FaultStat()};
164 template<> SparcFaultBase::FaultVals
165 SparcFault
<LDDFMemAddressNotAligned
>::vals
=
166 {"LDDF_mem_address_not_aligned", 0x035, 1010, {H
, H
, H
}, FaultStat()};
168 template<> SparcFaultBase::FaultVals
169 SparcFault
<STDFMemAddressNotAligned
>::vals
=
170 {"STDF_mem_address_not_aligned", 0x036, 1010, {H
, H
, H
}, FaultStat()};
172 template<> SparcFaultBase::FaultVals
173 SparcFault
<PrivilegedAction
>::vals
=
174 {"privileged_action", 0x037, 1110, {H
, H
, SH
}, FaultStat()};
176 template<> SparcFaultBase::FaultVals
177 SparcFault
<LDQFMemAddressNotAligned
>::vals
=
178 {"LDQF_mem_address_not_aligned", 0x038, 1010, {H
, H
, H
}, FaultStat()};
180 template<> SparcFaultBase::FaultVals
181 SparcFault
<STQFMemAddressNotAligned
>::vals
=
182 {"STQF_mem_address_not_aligned", 0x039, 1010, {H
, H
, H
}, FaultStat()};
184 template<> SparcFaultBase::FaultVals
185 SparcFault
<InstructionRealTranslationMiss
>::vals
=
186 {"instruction_real_translation_miss", 0x03E, 208, {H
, H
, SH
}, FaultStat()};
188 template<> SparcFaultBase::FaultVals
189 SparcFault
<DataRealTranslationMiss
>::vals
=
190 {"data_real_translation_miss", 0x03F, 1203, {H
, H
, H
}, FaultStat()};
192 //XXX This trap is apparently dropped from ua2005
193 /*template<> SparcFaultBase::FaultVals
194 SparcFault<AsyncDataError>::vals =
195 {"async_data", 0x040, 2, {H, H, H}};*/
197 template<> SparcFaultBase::FaultVals
198 SparcFault
<InterruptLevelN
>::vals
=
199 {"interrupt_level_n", 0x040, 0, {P
, P
, SH
}, FaultStat()};
201 template<> SparcFaultBase::FaultVals
202 SparcFault
<HstickMatch
>::vals
=
203 {"hstick_match", 0x05E, 1601, {H
, H
, H
}, FaultStat()};
205 template<> SparcFaultBase::FaultVals
206 SparcFault
<TrapLevelZero
>::vals
=
207 {"trap_level_zero", 0x05F, 202, {H
, H
, SH
}, FaultStat()};
209 template<> SparcFaultBase::FaultVals
210 SparcFault
<InterruptVector
>::vals
=
211 {"interrupt_vector", 0x060, 2630, {H
, H
, H
}, FaultStat()};
213 template<> SparcFaultBase::FaultVals
214 SparcFault
<PAWatchpoint
>::vals
=
215 {"PA_watchpoint", 0x061, 1209, {H
, H
, H
}, FaultStat()};
217 template<> SparcFaultBase::FaultVals
218 SparcFault
<VAWatchpoint
>::vals
=
219 {"VA_watchpoint", 0x062, 1120, {P
, P
, SH
}, FaultStat()};
221 template<> SparcFaultBase::FaultVals
222 SparcFault
<FastInstructionAccessMMUMiss
>::vals
=
223 {"fast_instruction_access_MMU_miss", 0x064, 208, {H
, H
, SH
}, FaultStat()};
225 template<> SparcFaultBase::FaultVals
226 SparcFault
<FastDataAccessMMUMiss
>::vals
=
227 {"fast_data_access_MMU_miss", 0x068, 1203, {H
, H
, H
}, FaultStat()};
229 template<> SparcFaultBase::FaultVals
230 SparcFault
<FastDataAccessProtection
>::vals
=
231 {"fast_data_access_protection", 0x06C, 1207, {H
, H
, H
}, FaultStat()};
233 template<> SparcFaultBase::FaultVals
234 SparcFault
<InstructionBreakpoint
>::vals
=
235 {"instruction_break", 0x076, 610, {H
, H
, H
}, FaultStat()};
237 template<> SparcFaultBase::FaultVals
238 SparcFault
<CpuMondo
>::vals
=
239 {"cpu_mondo", 0x07C, 1608, {P
, P
, SH
}, FaultStat()};
241 template<> SparcFaultBase::FaultVals
242 SparcFault
<DevMondo
>::vals
=
243 {"dev_mondo", 0x07D, 1611, {P
, P
, SH
}, FaultStat()};
245 template<> SparcFaultBase::FaultVals
246 SparcFault
<ResumableError
>::vals
=
247 {"resume_error", 0x07E, 3330, {P
, P
, SH
}, FaultStat()};
249 template<> SparcFaultBase::FaultVals
250 SparcFault
<SpillNNormal
>::vals
=
251 {"spill_n_normal", 0x080, 900, {P
, P
, H
}, FaultStat()};
253 template<> SparcFaultBase::FaultVals
254 SparcFault
<SpillNOther
>::vals
=
255 {"spill_n_other", 0x0A0, 900, {P
, P
, H
}, FaultStat()};
257 template<> SparcFaultBase::FaultVals
258 SparcFault
<FillNNormal
>::vals
=
259 {"fill_n_normal", 0x0C0, 900, {P
, P
, H
}, FaultStat()};
261 template<> SparcFaultBase::FaultVals
262 SparcFault
<FillNOther
>::vals
=
263 {"fill_n_other", 0x0E0, 900, {P
, P
, H
}, FaultStat()};
265 template<> SparcFaultBase::FaultVals
266 SparcFault
<TrapInstruction
>::vals
=
267 {"trap_instruction", 0x100, 1602, {P
, P
, H
}, FaultStat()};
270 * This causes the thread context to enter RED state. This causes the side
271 * effects which go with entering RED state because of a trap.
275 enterREDState(ThreadContext
*tc
)
277 //@todo Disable the mmu?
278 //@todo Disable watchpoints?
279 HPSTATE hpstate
= tc
->readMiscRegNoEffect(MISCREG_HPSTATE
);
282 tc
->setMiscReg(MISCREG_HPSTATE
, hpstate
);
283 // PSTATE.priv is set to 1 here. The manual says it should be 0, but
284 // Legion sets it to 1.
285 PSTATE pstate
= tc
->readMiscRegNoEffect(MISCREG_PSTATE
);
287 tc
->setMiscReg(MISCREG_PSTATE
, pstate
);
291 * This sets everything up for a RED state trap except for actually jumping to
296 doREDFault(ThreadContext
*tc
, TrapType tt
)
298 MiscReg TL
= tc
->readMiscRegNoEffect(MISCREG_TL
);
299 MiscReg TSTATE
= tc
->readMiscRegNoEffect(MISCREG_TSTATE
);
300 PSTATE pstate
= tc
->readMiscRegNoEffect(MISCREG_PSTATE
);
301 HPSTATE hpstate
= tc
->readMiscRegNoEffect(MISCREG_HPSTATE
);
302 MiscReg CCR
= tc
->readIntReg(NumIntArchRegs
+ 2);
303 MiscReg ASI
= tc
->readMiscRegNoEffect(MISCREG_ASI
);
304 MiscReg CWP
= tc
->readMiscRegNoEffect(MISCREG_CWP
);
305 MiscReg CANSAVE
= tc
->readMiscRegNoEffect(NumIntArchRegs
+ 3);
306 MiscReg GL
= tc
->readMiscRegNoEffect(MISCREG_GL
);
307 PCState pc
= tc
->pcState();
311 Addr pcMask
= pstate
.am
? mask(32) : mask(64);
313 // set TSTATE.gl to gl
314 replaceBits(TSTATE
, 42, 40, GL
);
315 // set TSTATE.ccr to ccr
316 replaceBits(TSTATE
, 39, 32, CCR
);
317 // set TSTATE.asi to asi
318 replaceBits(TSTATE
, 31, 24, ASI
);
319 // set TSTATE.pstate to pstate
320 replaceBits(TSTATE
, 20, 8, pstate
);
321 // set TSTATE.cwp to cwp
322 replaceBits(TSTATE
, 4, 0, CWP
);
325 tc
->setMiscRegNoEffect(MISCREG_TSTATE
, TSTATE
);
328 tc
->setMiscRegNoEffect(MISCREG_TPC
, pc
.pc() & pcMask
);
330 tc
->setMiscRegNoEffect(MISCREG_TNPC
, pc
.npc() & pcMask
);
332 // set HTSTATE.hpstate to hpstate
333 tc
->setMiscRegNoEffect(MISCREG_HTSTATE
, hpstate
);
336 tc
->setMiscRegNoEffect(MISCREG_TT
, tt
);
339 tc
->setMiscReg(MISCREG_GL
, min
<int>(GL
+1, MaxGL
));
341 bool priv
= pstate
.priv
; // just save the priv bit
345 tc
->setMiscRegNoEffect(MISCREG_PSTATE
, pstate
);
351 tc
->setMiscRegNoEffect(MISCREG_HPSTATE
, hpstate
);
353 bool changedCWP
= true;
356 else if (0x80 <= tt
&& tt
<= 0xbf)
357 CWP
+= (CANSAVE
+ 2);
358 else if (0xc0 <= tt
&& tt
<= 0xff)
364 CWP
= (CWP
+ NWindows
) % NWindows
;
365 tc
->setMiscReg(MISCREG_CWP
, CWP
);
370 * This sets everything up for a normal trap except for actually jumping to
375 doNormalFault(ThreadContext
*tc
, TrapType tt
, bool gotoHpriv
)
377 MiscReg TL
= tc
->readMiscRegNoEffect(MISCREG_TL
);
378 MiscReg TSTATE
= tc
->readMiscRegNoEffect(MISCREG_TSTATE
);
379 PSTATE pstate
= tc
->readMiscRegNoEffect(MISCREG_PSTATE
);
380 HPSTATE hpstate
= tc
->readMiscRegNoEffect(MISCREG_HPSTATE
);
381 MiscReg CCR
= tc
->readIntReg(NumIntArchRegs
+ 2);
382 MiscReg ASI
= tc
->readMiscRegNoEffect(MISCREG_ASI
);
383 MiscReg CWP
= tc
->readMiscRegNoEffect(MISCREG_CWP
);
384 MiscReg CANSAVE
= tc
->readIntReg(NumIntArchRegs
+ 3);
385 MiscReg GL
= tc
->readMiscRegNoEffect(MISCREG_GL
);
386 PCState pc
= tc
->pcState();
388 // Increment the trap level
390 tc
->setMiscRegNoEffect(MISCREG_TL
, TL
);
392 Addr pcMask
= pstate
.am
? mask(32) : mask(64);
396 // set TSTATE.gl to gl
397 replaceBits(TSTATE
, 42, 40, GL
);
398 // set TSTATE.ccr to ccr
399 replaceBits(TSTATE
, 39, 32, CCR
);
400 // set TSTATE.asi to asi
401 replaceBits(TSTATE
, 31, 24, ASI
);
402 // set TSTATE.pstate to pstate
403 replaceBits(TSTATE
, 20, 8, pstate
);
404 // set TSTATE.cwp to cwp
405 replaceBits(TSTATE
, 4, 0, CWP
);
408 tc
->setMiscRegNoEffect(MISCREG_TSTATE
, TSTATE
);
411 tc
->setMiscRegNoEffect(MISCREG_TPC
, pc
.pc() & pcMask
);
413 tc
->setMiscRegNoEffect(MISCREG_TNPC
, pc
.npc() & pcMask
);
415 // set HTSTATE.hpstate to hpstate
416 tc
->setMiscRegNoEffect(MISCREG_HTSTATE
, hpstate
);
419 tc
->setMiscRegNoEffect(MISCREG_TT
, tt
);
421 // Update the global register level
423 tc
->setMiscReg(MISCREG_GL
, min
<int>(GL
+ 1, MaxPGL
));
425 tc
->setMiscReg(MISCREG_GL
, min
<int>(GL
+ 1, MaxGL
));
427 // pstate.mm is unchanged
428 pstate
.pef
= 1; // PSTATE.pef = whether or not an fpu is present
431 // pstate.tle is unchanged
436 // The manual says PSTATE.priv should be 0, but Legion leaves it alone
440 // hpstate.tlz is unchanged
441 tc
->setMiscRegNoEffect(MISCREG_HPSTATE
, hpstate
);
442 } else { // we are going to priv
444 pstate
.cle
= pstate
.tle
;
446 tc
->setMiscRegNoEffect(MISCREG_PSTATE
, pstate
);
449 bool changedCWP
= true;
452 else if (0x80 <= tt
&& tt
<= 0xbf)
453 CWP
+= (CANSAVE
+ 2);
454 else if (0xc0 <= tt
&& tt
<= 0xff)
460 CWP
= (CWP
+ NWindows
) % NWindows
;
461 tc
->setMiscReg(MISCREG_CWP
, CWP
);
466 getREDVector(MiscReg TT
, Addr
&PC
, Addr
&NPC
)
468 //XXX The following constant might belong in a header file.
469 const Addr RSTVAddr
= 0xFFF0000000ULL
;
470 PC
= RSTVAddr
| ((TT
<< 5) & 0xFF);
471 NPC
= PC
+ sizeof(MachInst
);
475 getHyperVector(ThreadContext
* tc
, Addr
&PC
, Addr
&NPC
, MiscReg TT
)
477 Addr HTBA
= tc
->readMiscRegNoEffect(MISCREG_HTBA
);
478 PC
= (HTBA
& ~mask(14)) | ((TT
<< 5) & mask(14));
479 NPC
= PC
+ sizeof(MachInst
);
483 getPrivVector(ThreadContext
*tc
, Addr
&PC
, Addr
&NPC
, MiscReg TT
, MiscReg TL
)
485 Addr TBA
= tc
->readMiscRegNoEffect(MISCREG_TBA
);
486 PC
= (TBA
& ~mask(15)) |
487 (TL
> 1 ? (1 << 14) : 0) |
488 ((TT
<< 5) & mask(14));
489 NPC
= PC
+ sizeof(MachInst
);
493 SparcFaultBase::invoke(ThreadContext
* tc
, const StaticInstPtr
&inst
)
495 FaultBase::invoke(tc
);
501 // We can refer to this to see what the trap level -was-, but something
502 // in the middle could change it in the regfile out from under us.
503 MiscReg tl
= tc
->readMiscRegNoEffect(MISCREG_TL
);
504 MiscReg tt
= tc
->readMiscRegNoEffect(MISCREG_TT
);
505 PSTATE pstate
= tc
->readMiscRegNoEffect(MISCREG_PSTATE
);
506 HPSTATE hpstate
= tc
->readMiscRegNoEffect(MISCREG_HPSTATE
);
510 PrivilegeLevel current
;
512 current
= Hyperprivileged
;
513 else if (pstate
.priv
)
514 current
= Privileged
;
518 PrivilegeLevel level
= getNextLevel(current
);
520 if (hpstate
.red
|| (tl
== MaxTL
- 1)) {
521 getREDVector(5, PC
, NPC
);
523 // This changes the hpstate and pstate, so we need to make sure we
524 // save the old version on the trap stack in doREDFault.
526 } else if (tl
== MaxTL
) {
527 panic("Should go to error state here.. crap\n");
528 // Do error_state somehow?
529 // Probably inject a WDR fault using the interrupt mechanism.
530 // What should the PC and NPC be set to?
531 } else if (tl
> MaxPTL
&& level
== Privileged
) {
532 // guest_watchdog fault
533 doNormalFault(tc
, trapType(), true);
534 getHyperVector(tc
, PC
, NPC
, 2);
535 } else if (level
== Hyperprivileged
||
536 (level
== Privileged
&& trapType() >= 384)) {
537 doNormalFault(tc
, trapType(), true);
538 getHyperVector(tc
, PC
, NPC
, trapType());
540 doNormalFault(tc
, trapType(), false);
541 getPrivVector(tc
, PC
, NPC
, trapType(), tl
+ 1);
547 pc
.nnpc(NPC
+ sizeof(MachInst
));
554 PowerOnReset::invoke(ThreadContext
*tc
, const StaticInstPtr
&inst
)
556 // For SPARC, when a system is first started, there is a power
557 // on reset Trap which sets the processor into the following state.
558 // Bits that aren't set aren't defined on startup.
560 tc
->setMiscRegNoEffect(MISCREG_TL
, MaxTL
);
561 tc
->setMiscRegNoEffect(MISCREG_TT
, trapType());
562 tc
->setMiscReg(MISCREG_GL
, MaxGL
);
567 tc
->setMiscRegNoEffect(MISCREG_PSTATE
, pstate
);
569 // Turn on red and hpriv, set everything else to 0
570 HPSTATE hpstate
= tc
->readMiscRegNoEffect(MISCREG_HPSTATE
);
575 tc
->setMiscRegNoEffect(MISCREG_HPSTATE
, hpstate
);
577 // The tick register is unreadable by nonprivileged software
578 tc
->setMiscRegNoEffect(MISCREG_TICK
, 1ULL << 63);
580 // Enter RED state. We do this last so that the actual state preserved in
581 // the trap stack is the state from before this fault.
585 getREDVector(trapType(), PC
, NPC
);
590 pc
.nnpc(NPC
+ sizeof(MachInst
));
595 // These registers are specified as "undefined" after a POR, and they
596 // should have reasonable values after the miscregfile is reset
598 // Clear all the soft interrupt bits
600 // disable timer compare interrupts, reset tick_cmpr
601 tc->setMiscRegNoEffect(MISCREG_
602 tick_cmprFields.int_dis = 1;
603 tick_cmprFields.tick_cmpr = 0; // Reset to 0 for pretty printing
604 stickFields.npt = 1; // The TICK register is unreadable by by !priv
605 stick_cmprFields.int_dis = 1; // disable timer compare interrupts
606 stick_cmprFields.tick_cmpr = 0; // Reset to 0 for pretty printing
610 hintp = 0; // no interrupts pending
611 hstick_cmprFields.int_dis = 1; // disable timer compare interrupts
612 hstick_cmprFields.tick_cmpr = 0; // Reset to 0 for pretty printing
617 FastInstructionAccessMMUMiss::invoke(ThreadContext
*tc
,
618 const StaticInstPtr
&inst
)
621 SparcFaultBase::invoke(tc
, inst
);
625 Process
*p
= tc
->getProcessPtr();
627 bool success
= p
->pTable
->lookup(vaddr
, entry
);
629 panic("Tried to execute unmapped address %#x.\n", vaddr
);
631 Addr alignedVaddr
= p
->pTable
->pageAlign(vaddr
);
632 tc
->getITBPtr()->insert(alignedVaddr
, 0 /*partition id*/,
633 p
->M5_pid
/*context id*/, false, entry
.pte
);
638 FastDataAccessMMUMiss::invoke(ThreadContext
*tc
, const StaticInstPtr
&inst
)
641 SparcFaultBase::invoke(tc
, inst
);
645 Process
*p
= tc
->getProcessPtr();
647 bool success
= p
->pTable
->lookup(vaddr
, entry
);
649 if (p
->fixupStackFault(vaddr
))
650 success
= p
->pTable
->lookup(vaddr
, entry
);
653 panic("Tried to access unmapped address %#x.\n", vaddr
);
655 Addr alignedVaddr
= p
->pTable
->pageAlign(vaddr
);
656 tc
->getDTBPtr()->insert(alignedVaddr
, 0 /*partition id*/,
657 p
->M5_pid
/*context id*/, false, entry
.pte
);
662 SpillNNormal::invoke(ThreadContext
*tc
, const StaticInstPtr
&inst
)
665 SparcFaultBase::invoke(tc
, inst
);
669 doNormalFault(tc
, trapType(), false);
671 Process
*p
= tc
->getProcessPtr();
673 //XXX This will only work in faults from a SparcLiveProcess
674 SparcLiveProcess
*lp
= dynamic_cast<SparcLiveProcess
*>(p
);
677 // Then adjust the PC and NPC
678 tc
->pcState(lp
->readSpillStart());
682 FillNNormal::invoke(ThreadContext
*tc
, const StaticInstPtr
&inst
)
685 SparcFaultBase::invoke(tc
, inst
);
689 doNormalFault(tc
, trapType(), false);
691 Process
*p
= tc
->getProcessPtr();
693 //XXX This will only work in faults from a SparcLiveProcess
694 SparcLiveProcess
*lp
= dynamic_cast<SparcLiveProcess
*>(p
);
697 // Then adjust the PC and NPC
698 tc
->pcState(lp
->readFillStart());
702 TrapInstruction::invoke(ThreadContext
*tc
, const StaticInstPtr
&inst
)
705 SparcFaultBase::invoke(tc
, inst
);
709 // In SE, this mechanism is how the process requests a service from
710 // the operating system. We'll get the process object from the thread
711 // context and let it service the request.
713 Process
*p
= tc
->getProcessPtr();
715 SparcLiveProcess
*lp
= dynamic_cast<SparcLiveProcess
*>(p
);
718 lp
->handleTrap(_n
, tc
);
720 // We need to explicitly advance the pc, since that's not done for us
721 // on a faulting instruction
722 PCState pc
= tc
->pcState();
727 } // namespace SparcISA