From: <ml...@ma...> - 2009-09-15 17:41:17
|
Author: mlu Date: 2009-09-15 17:41:14 +0200 (Tue, 15 Sep 2009) New Revision: 2712 Modified: trunk/src/target/armv7a.h Log: Definy symbolic values for VA to PA address translation operations Modified: trunk/src/target/armv7a.h =================================================================== --- trunk/src/target/armv7a.h 2009-09-15 14:20:37 UTC (rev 2711) +++ trunk/src/target/armv7a.h 2009-09-15 15:41:14 UTC (rev 2712) @@ -79,6 +79,16 @@ #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; |