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

/gem5/src/arch/arm/
H A Dutility.cc314 const bool have_el2 = ArmSystem::haveVirtualization(tc); local
316 panic_if(el == EL2 && !have_el2, "Asking for EL2 when it doesn't exist");
334 || (have_el2
H A Dfaults.cc1587 const bool have_el2 = ArmSystem::haveVirtualization(tc); local
1592 return have_el2 && !inSecureState(tc) && fromEL <= EL1 &&

Completed in 12 milliseconds