Searched defs:target_el (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/
H A Dtlb.cc239 TLB::flushAllSecurity(bool secure_lookup, ExceptionLevel target_el, argument
271 TLB::flushAllNs(ExceptionLevel target_el, bool ignore_el) argument
152 lookup(Addr va, uint16_t asn, uint8_t vmid, bool hyp, bool secure, bool functional, bool ignore_asn, ExceptionLevel target_el) argument
302 flushMvaAsid(Addr mva, uint64_t asn, bool secure_lookup, ExceptionLevel target_el) argument
313 flushAsid(uint64_t asn, bool secure_lookup, ExceptionLevel target_el) argument
337 flushMva(Addr mva, bool secure_lookup, ExceptionLevel target_el) argument
346 _flushMva(Addr mva, uint64_t asn, bool secure_lookup, bool ignore_asn, ExceptionLevel target_el) argument
369 flushIpaVmid(Addr ipa, bool secure_lookup, ExceptionLevel target_el) argument
1466 ExceptionLevel target_el = aarch64 ? aarch64EL : EL1; local
[all...]

Completed in 11 milliseconds