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

/gem5/src/arch/arm/
H A Dtlb.hh357 Fault translateSe(const RequestPtr &req, ThreadContext *tc, Mode mode,
408 // translateFunctional/translateSe/translateFs checks if they are
H A Dtlb.cc565 TLB::translateSe(const RequestPtr &req, ThreadContext *tc, Mode mode, function in class:TLB
1215 fault = translateSe(req, tc, mode, NULL, delay, false);
1236 fault = translateSe(req, tc, mode, NULL, delay, false);
1268 fault = translateSe(req, tc, mode, translation, delay, true);

Completed in 8 milliseconds