Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl31/
H A Dbl31_traps.c51 return ((is_feat_vhe_present()) && ((hcr_el2 & HCR_TGE_BIT) != 0U)); in is_tge_enabled()
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch.h251 #define HCR_TGE_BIT (U(1) << 27) macro
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch.h851 #define HCR_TGE_BIT (ULL(1) << 27) macro