Lines Matching +full:fiq +full:- +full:based
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Hibernate low-level support
11 #include <asm/asm-offsets.h>
46 * other functions by PC-relative address. Also remember that it may be
47 * mid-way through over-writing other functions. For this reason it contains
71 * with a break-before-make via the zero page
80 /* walk the restore_pblist and use copy_page() to over-write memory */
90 /* Clean the copied page to PoU - based on flush_icache_range() */
110 cbz x24, 3f /* Do we need to re-initialise EL2? */
118 * but happens before any of the hyp-stub's code is cleaned to PoC.
142 /* el2 vectors - switch el2 here while we restore the memory image. */
147 ventry el2_fiq_invalid // FIQ EL2t
152 ventry el2_fiq_invalid // FIQ EL2h
155 ventry el1_sync // Synchronous 64-bit EL1
156 ventry el1_irq_invalid // IRQ 64-bit EL1
157 ventry el1_fiq_invalid // FIQ 64-bit EL1
158 ventry el1_error_invalid // Error 64-bit EL1
160 ventry el1_sync_invalid // Synchronous 32-bit EL1
161 ventry el1_irq_invalid // IRQ 32-bit EL1
162 ventry el1_fiq_invalid // FIQ 32-bit EL1
163 ventry el1_error_invalid // Error 32-bit EL1