Skip to content
Snippets Groups Projects
Commit 7e4f9ac6 authored by mlu's avatar mlu
Browse files

Definy symbolic values for VA to PA address translation operations

git-svn-id: svn://svn.berlios.de/openocd/trunk@2712 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 388e94d5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment