Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/services/
H A Darm_arch_svc.h114 #define SCR_FEAT_FGT SCR_FGTEN_BIT
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c533 scr_el3 |= SCR_FGTEN_BIT; in setup_context_common()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch.h742 #define SCR_FGTEN_BIT (UL(1) << 27) macro