Searched refs:getFault (Results 1 - 9 of 9) sorted by relevance

/gem5/src/cpu/
H A Dtranslation.hh136 getFault() const function in class:WholeTranslationState
258 if (state->getFault() == NoFault) {
H A Dbase_dyn_inst.hh456 Fault getFault() const { return fault; } function in class:BaseDynInst
459 Fault& getFault() { return fault; } function in class:BaseDynInst
/gem5/src/cpu/checker/
H A Dcpu_impl.hh260 if (unverifiedInst->getFault() == NoFault) {
280 fault = unverifiedInst->getFault();
346 unverifiedFault = unverifiedInst->getFault();
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc324 head_inst->getFault() == NoFault) {
369 if (head_inst->getFault() != NoFault) {
/gem5/src/cpu/o3/
H A Dlsq_impl.hh731 inst->getFault() = NoFault;
751 // inst->getFault() may have the first-fault of a
756 inst->getFault() = fault;
768 return inst->getFault();
H A Diew_impl.hh1338 if (inst->getFault() == NoFault) {
1479 if (!inst->isSquashed() && inst->isExecuted() && inst->getFault() == NoFault) {
H A Dinst_queue_impl.hh1313 assert(squashed_inst->getFault() != NoFault ||
H A Dcommit_impl.hh1213 Fault inst_fault = head_inst->getFault();
/gem5/src/cpu/simple/
H A Dtiming.cc632 if (state->getFault() != NoFault) {
638 translationFault(state->getFault());

Completed in 35 milliseconds