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

/gem5/src/arch/arm/
H A Dutility.cc313 const bool have_el3 = ArmSystem::haveSecurity(tc); local
317 panic_if(el == EL3 && !have_el3, "Asking for EL3 when it doesn't exist");
330 bool aarch32_below_el3 = (have_el3 && scr.rw == 0);

Completed in 9 milliseconds