summaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7a.h')
-rw-r--r--src/target/armv7a.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/target/armv7a.h b/src/target/armv7a.h
index 12b66254..b23e7065 100644
--- a/src/target/armv7a.h
+++ b/src/target/armv7a.h
@@ -79,6 +79,16 @@ enum
#define ARMV4_5_COMMON_MAGIC 0x0A450A45
#define ARMV7_COMMON_MAGIC 0x0A450999
+/* VA to PA translation operations opc2 values*/
+#define V2PCWPR 0
+#define V2PCWPW 1
+#define V2PCWUR 2
+#define V2PCWUW 3
+#define V2POWPR 4
+#define V2POWPW 5
+#define V2POWUR 6
+#define V2POWUW 7
+
typedef struct armv7a_common_s
{
int common_magic;