Home
last modified time | relevance | path

Searched refs:SCR_FGTEN (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/
H A Dinternals.h1532 (!arm_feature(env, ARM_FEATURE_EL3) || (env->cp15.scr_el3 & SCR_FGTEN)); in arm_fgt_active()
H A Dcpu.c616 env->cp15.scr_el3 |= SCR_FGTEN; in arm_emulate_firmware_reset()
H A Dcpu.h1802 #define SCR_FGTEN (1ULL << 27) macro
H A Dhelper.c1887 valid_mask |= SCR_FGTEN; in scr_write()
7921 arm_feature(env, ARM_FEATURE_EL3) && !(env->cp15.scr_el3 & SCR_FGTEN)) { in access_fgt()