Home
last modified time | relevance | path

Searched refs:SCR_EEL2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpu.h1666 #define SCR_EEL2 (1ULL << 18) macro
2541 && (space != ARMSS_Secure || (env->cp15.scr_el3 & SCR_EEL2)); in arm_is_el2_enabled_secstate()
2610 ((env->cp15.scr_el3 & SCR_NS) || !(env->cp15.scr_el3 & SCR_EEL2))) { in arm_el_is_aa64()
H A Dhelper.c307 if (env->cp15.scr_el3 & SCR_EEL2) { in access_trap_aa32s_el1()
1903 valid_mask |= SCR_EEL2; in scr_write()
3569 if (env->cp15.scr_el3 & SCR_EEL2) { in ats_access()
3879 !(env->cp15.scr_el3 & (SCR_NS | SCR_EEL2))) { in at_s1e2_access()
6623 if (env->cp15.scr_el3 & SCR_EEL2) { in nsacr_access()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c2808 tcg_gen_sextract_i32(tcg_el, tcg_el, ctz32(SCR_EEL2), 1); in msr_banked_access_decode()