Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dinternals.h1719 (!arm_feature(env, ARM_FEATURE_EL3) || (env->cp15.scr_el3 & SCR_FGTEN)); in arm_fgt_active()
H A Dcpu.c631 env->cp15.scr_el3 |= SCR_FGTEN; in arm_emulate_firmware_reset()
H A Dcpu.h1665 #define SCR_FGTEN (1ULL << 27) macro
H A Dhelper.c1921 valid_mask |= SCR_FGTEN; in scr_write()
8402 arm_feature(env, ARM_FEATURE_EL3) && !(env->cp15.scr_el3 & SCR_FGTEN)) { in access_fgt()