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

/gem5/src/arch/arm/
H A Dtlb.cc248 const bool el_match = ignore_el ? local
252 (te->vmid == vmid || secure_lookup) && el_match) {
281 const bool el_match = ignore_el ? local
284 if (te->valid && te->nstid && te->isHyp == hyp && el_match) {

Completed in 9 milliseconds