]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-arm/cpu.h
target-arm: Add exception target el infrastructure
[mirror_qemu.git] / target-arm / cpu.h
index d4a589964e35187fdbcbc19b26bf8ef1d15f5921..75d6c4cb29802389f7b185c18795c1a7b1df0103 100644 (file)
@@ -396,6 +396,7 @@ typedef struct CPUARMState {
         uint32_t syndrome; /* AArch64 format syndrome register */
         uint32_t fsr; /* AArch32 format fault status register info */
         uint64_t vaddress; /* virtual addr associated with exception, if any */
+        uint32_t target_el; /* EL the exception should be targeted for */
         /* If we implement EL2 we will also need to store information
          * about the intermediate physical address for stage 2 faults.
          */