Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c259 scr_el3 |= SCR_EEL2_BIT; in cm_setup_context()
707 ((security_state == SECURE) && ((scr_el3 & SCR_EEL2_BIT) != 0U))) { in cm_el2_sysregs_context_save()
729 ((security_state == SECURE) && ((scr_el3 & SCR_EEL2_BIT) != 0U))) { in cm_el2_sysregs_context_restore()
/trusted-firmware-a/include/arch/aarch64/
A Del3_common_macros.S96 orr x0, x0, #SCR_EEL2_BIT
A Darch.h459 #define SCR_EEL2_BIT (UL(1) << 18) macro

Completed in 10 milliseconds