Searched refs:faults (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/
H A Dtranslation.hh49 #include "sim/faults.hh"
65 Fault faults[2]; member in class:WholeTranslationState
86 faults[0] = faults[1] = NoFault;
102 faults[0] = faults[1] = NoFault;
117 faults[index] = fault;
122 if (faults[0] == NoFault) {
139 return faults[0];
140 else if (faults[
[all...]
/gem5/util/stats/
H A Dstats.py387 interrupts = system.run0.kern.faults[4]

Completed in 3 milliseconds