Searched refs:SCTLR_EE_BIT (Results 1 – 14 of 14) sorted by relevance
102 read_sctlr_el3() & SCTLR_EE_BIT, in tlkd_init_tlk_ep_state()107 if (read_sctlr_el3() & SCTLR_EE_BIT) in tlkd_init_tlk_ep_state()
29 next_sctlr = (read_sctlr_el3() & SCTLR_EE_BIT); in bl1_arch_next_el_setup()
52 if (read_sctlr_el3() & SCTLR_EE_BIT) in tspd_init_tsp_ep_state()
43 if (read_sctlr_el3() & SCTLR_EE_BIT) in opteed_init_optee_ep_state()
113 endianness = ((sctlr & SCTLR_EE_BIT) != 0U) ? 1U : 0U; in arm_execution_state_switch()
230 sctlr_elx = (EP_GET_EE(ep->h.attr) != 0U) ? SCTLR_EE_BIT : 0U; in cm_setup_context()386 sctlr_elx &= SCTLR_EE_BIT; in cm_prepare_el3_exit()
100 sctlr = (EP_GET_EE(ep->h.attr) != 0U) ? SCTLR_EE_BIT : 0U; in cm_setup_context()
235 ldr r0, =(SCTLR_RESET_VAL & ~(SCTLR_TE_BIT | SCTLR_EE_BIT | \
159 #define SCTLR_EE_BIT (U(1) << 25) macro
641 if ((sctlr & SCTLR_EE_BIT) != 0U) { in psci_get_ns_ep_info()708 if (sctlr & SCTLR_EE_BIT) { in psci_get_ns_ep_info()
274 mov_imm x0, (SCTLR_RESET_VAL & ~(SCTLR_EE_BIT | SCTLR_WXN_BIT \
346 #define SCTLR_EE_BIT (ULL(1) << 25) macro
141 bic x0, x0, #SCTLR_EE_BIT
255 if ((read_sctlr_el3() & SCTLR_EE_BIT) != 0ULL) { in spmd_spmc_init()