Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/lib/el3_runtime/aarch64/
Dcontext_mgmt.c460 scr_el3 |= SCR_FGTEN_BIT; in setup_context_common()
/trusted-firmware-a-3.7.0/include/arch/aarch64/
Darch.h572 #define SCR_FGTEN_BIT (UL(1) << 27) macro