Searched refs:sctlr_el2 (Results 1 – 3 of 3) sorted by relevance
92 msr sctlr_el2, x3114 mrs x2, sctlr_el2116 msr sctlr_el2, x2
127 uint32_t sctlr_el2; in arm_setup_vectors() local144 sctlr_el2 = SCTLR_EL2_RES1; in arm_setup_vectors()145 sctlr_el2 |= SCTLR_EL2_M | SCTLR_EL2_C | SCTLR_EL2_I; in arm_setup_vectors()146 sctlr_el2 |= SCTLR_EL2_A | SCTLR_EL2_SA; in arm_setup_vectors()147 sctlr_el2 |= SCTLR_EL2_WXN; in arm_setup_vectors()148 sctlr_el2 &= ~SCTLR_EL2_EE; in arm_setup_vectors()169 sctlr_el2, el2_regs->vtcr_el2); in arm_setup_vectors()
343 msr sctlr_el2, x2