Searched refs:annotate (Results 1 - 5 of 5) sorted by relevance

/gem5/src/arch/arm/
H A Dstage2_mmu.cc90 // If there was a fault annotate it with the flag saying the foult occured
94 armFault->annotate(ArmFault::S1PTW, true);
95 armFault->annotate(ArmFault::OVA, oVAddr);
126 // If there was a fault annotate it with the flag saying the foult occured
130 armFault->annotate(ArmFault::S1PTW, true);
131 armFault->annotate(ArmFault::OVA, oVAddr);
H A Dstage2_lookup.cc168 // if there's a fault annotate it,
172 reinterpret_cast<ArmFault *>(fault.get())->annotate(ArmFault::OVA,
H A Dfaults.hh220 virtual void annotate(AnnotationIDs id, uint64_t val) {} function in class:ArmISA::ArmFault
451 void annotate(ArmFault::AnnotationIDs id, uint64_t val) override;
502 void annotate(AnnotationIDs id, uint64_t val) override;
H A Dfaults.cc511 // if we have a valid instruction then use it to annotate this fault with
690 // If we have a valid instruction then use it to annotate this fault with
1188 AbortFault<T>::annotate(ArmFault::AnnotationIDs id, uint64_t val) function in class:ArmISA::AbortFault
1390 DataAbort::annotate(AnnotationIDs id, uint64_t val) function in class:ArmISA::DataAbort
1392 AbortFault<DataAbort>::annotate(id, val);
H A Dtlb.cc1580 armFault->annotate(ArmFault::S1PTW, false);
1581 armFault->annotate(ArmFault::OVA, vaddr_tainted);

Completed in 15 milliseconds