Searched refs:SCTLR_EE_BIT (Results 1 – 18 of 18) 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()
42 if (read_sctlr_el3() & SCTLR_EE_BIT) { in pncd_init_pnc_ep_state()
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()
104 sctlr = (EP_GET_EE(ep->h.attr) != 0U) ? SCTLR_EE_BIT : 0U; in cm_setup_context()
127 bic x0, x0, #SCTLR_EE_BIT
270 ldr r0, =(SCTLR_RESET_VAL & ~(SCTLR_TE_BIT | SCTLR_EE_BIT | \
191 #define SCTLR_EE_BIT (U(1) << 25) macro
141 bic x0, x0, #SCTLR_EE_BIT
186 mov_imm x0, (SCTLR_RESET_VAL & ~(SCTLR_EE_BIT | SCTLR_WXN_BIT \
639 #define SCTLR_EE_BIT (ULL(1) << 25) macro
879 if ((sctlr & SCTLR_EE_BIT) != 0U) { in psci_get_ns_ep_info()947 if (sctlr & SCTLR_EE_BIT) { in psci_get_ns_ep_info()
176 if ((read_sctlr_el3() & SCTLR_EE_BIT) != 0U) { in rmmd_setup()
558 | SCTLR_EE_BIT /* Little-endian data accesses. */ in drtm_dl_reset_dlme_el_state()
545 if ((read_sctlr_el3() & SCTLR_EE_BIT) != 0ULL) { in spmd_spmc_init()
72 sctlr_elx = (EP_GET_EE(ep->h.attr) != 0U) ? SCTLR_EE_BIT : 0UL; in setup_el1_context()