Searched refs:SCTLR_EL2_M (Results 1 – 3 of 3) sorted by relevance
115 bic x2, x2, #SCTLR_EL2_M
145 sctlr_el2 |= SCTLR_EL2_M | SCTLR_EL2_C | SCTLR_EL2_I; in arm_setup_vectors()
188 #define SCTLR_EL2_M (0x1UL << SCTLR_EL2_M_SHIFT) macro