Home
last modified time | relevance | path

Searched refs:SCR_RESET_VAL (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/include/arch/aarch32/
Del3_common_macros.S46 ldr r0, =(SCR_RESET_VAL | SCR_SIF_BIT)
Darch.h242 #define SCR_RESET_VAL U(0x0) macro
/trusted-firmware-a-latest/include/arch/aarch64/
Del3_common_macros.S74 mov_imm x0, (SCR_RESET_VAL | SCR_EA_BIT | SCR_SIF_BIT)
Darch.h592 #define SCR_RESET_VAL SCR_RES1_BITS macro
/trusted-firmware-a-latest/lib/el3_runtime/aarch64/
Dcontext_mgmt.c349 scr_el3 = SCR_RESET_VAL; in setup_context_common()