aboutsummaryrefslogtreecommitdiff
path: root/src/target/aarch64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/aarch64.h')
-rw-r--r--src/target/aarch64.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/target/aarch64.h b/src/target/aarch64.h
index c9ec02db..d7886a3d 100644
--- a/src/target/aarch64.h
+++ b/src/target/aarch64.h
@@ -36,6 +36,11 @@
#define AARCH64_PADDRDBG_CPU_SHIFT 13
+enum aarch64_isrmasking_mode {
+ AARCH64_ISRMASK_OFF,
+ AARCH64_ISRMASK_ON,
+};
+
struct aarch64_brp {
int used;
int type;
@@ -58,6 +63,8 @@ struct aarch64_common {
struct aarch64_brp *brp_list;
struct armv8_common armv8_common;
+
+ enum aarch64_isrmasking_mode isrmasking_mode;
};
static inline struct aarch64_common *