Lines Matching +full:disable +full:- +full:mmu +full:- +full:reset
1 /* SPDX-License-Identifier: GPL-2.0-only */
35 ventry elx_sync // Synchronous 64-bit EL1
36 ventry el1_irq_invalid // IRQ 64-bit EL1
37 ventry el1_fiq_invalid // FIQ 64-bit EL1
38 ventry el1_error_invalid // Error 64-bit EL1
40 ventry el1_sync_invalid // Synchronous 32-bit EL1
41 ventry el1_irq_invalid // IRQ 32-bit EL1
42 ventry el1_fiq_invalid // FIQ 32-bit EL1
43 ventry el1_error_invalid // Error 32-bit EL1
66 beq 9f // Nothing to reset!
68 /* Someone called kvm_call_hyp() against the hyp-stub... */
80 // Sanity check: MMU *must* be off
103 // Use the EL1 allocated stack, per-cpu offset
115 // Use EL2 translations for SPE & TRBE and disable access from EL1
161 // the MMU off (which is enforced by __finalise_el2()).
163 // explode when enabling the MMU.
168 // Invalidate TLBs before enabling the MMU
173 // Enable the EL2 S1 MMU, as set up from EL1
177 // Disable the EL1 S1 MMU for a good measure
217 * If not, there is a pre-existing hypervisor, some CPUs failed to boot, or