//! ASM routines for for Armv7 and higher
modabort;modhvc;modinterrupt;modsvc;modundefined;#[cfg(any(
arm_architecture ="v7-a",all(arm_architecture ="v8-r",not(feature ="el2-mode")),))]modboot_from_el2;#[cfg(arm_architecture ="v7-r")]modboot_from_el1;