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.h1672 #define SCR_EEL2 (1ULL << 18) macro
2548 && (space != ARMSS_Secure || (env->cp15.scr_el3 & SCR_EEL2)); in arm_is_el2_enabled_secstate()
2622 ((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()
2703 if (env->cp15.scr_el3 & SCR_EEL2) { in gt_sel2timer_access()
3727 if (env->cp15.scr_el3 & SCR_EEL2) { in ats_access()
4038 !(env->cp15.scr_el3 & (SCR_NS | SCR_EEL2))) { in at_s1e2_access()
6837 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()