Lines Matching +full:7 +full:b
140 b.eq 2f /* PSCI function found */
142 b 1b
158 b.gt unknown_smc_id
161 b.lt unknown_smc_id
164 b handle_psci
174 b.gt unknown_smc_id
177 b.lt unknown_smc_id
180 b handle_psci
215 b unhandled_exception /* simply dead loop */
233 b.eq handle_smc32
235 b.eq handle_smc64
237 b unhandled_exception
258 b deadloop /* Never return */
264 b unhandled_exception /* Sync, Current EL using SP0 */
265 .align 7
266 b unhandled_exception /* IRQ, Current EL using SP0 */
267 .align 7
268 b unhandled_exception /* FIQ, Current EL using SP0 */
269 .align 7
270 b unhandled_exception /* SError, Current EL using SP0 */
271 .align 7
272 b unhandled_exception /* Sync, Current EL using SPx */
273 .align 7
274 b unhandled_exception /* IRQ, Current EL using SPx */
275 .align 7
276 b unhandled_exception /* FIQ, Current EL using SPx */
277 .align 7
278 b unhandled_exception /* SError, Current EL using SPx */
279 .align 7
280 b handle_sync /* Sync, Lower EL using AArch64 */
281 .align 7
282 b unhandled_exception /* IRQ, Lower EL using AArch64 */
283 .align 7
284 b unhandled_exception /* FIQ, Lower EL using AArch64 */
285 .align 7
287 b handle_error /* SError, Lower EL using AArch64 */
289 b unhandled_exception /* SError, Lower EL using AArch64 */
291 .align 7
292 b unhandled_exception /* Sync, Lower EL using AArch32 */
293 .align 7
294 b unhandled_exception /* IRQ, Lower EL using AArch32 */
295 .align 7
296 b unhandled_exception /* FIQ, Lower EL using AArch32 */
297 .align 7
298 b unhandled_exception /* SError, Lower EL using AArch32 */