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

/gem5/src/arch/arm/
H A Dtlb.hh255 bool ignore_el = false);
260 void flushAllNs(ExceptionLevel target_el, bool ignore_el = false);
H A Dtlb.cc240 bool ignore_el)
248 const bool el_match = ignore_el ?
271 TLB::flushAllNs(ExceptionLevel target_el, bool ignore_el) argument
281 const bool el_match = ignore_el ?
239 flushAllSecurity(bool secure_lookup, ExceptionLevel target_el, bool ignore_el) argument

Completed in 11 milliseconds