diff options
Diffstat (limited to 'arch/arm/include/asm/hw_breakpoint.h')
| -rw-r--r-- | arch/arm/include/asm/hw_breakpoint.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hw_breakpoint.h b/arch/arm/include/asm/hw_breakpoint.h index ac54c06764e6..62358d3ca0a8 100644 --- a/arch/arm/include/asm/hw_breakpoint.h +++ b/arch/arm/include/asm/hw_breakpoint.h @@ -53,6 +53,9 @@ static inline void decode_ctrl_reg(u32 reg,  #define ARM_DEBUG_ARCH_V7_MM	4  #define ARM_DEBUG_ARCH_V7_1	5  #define ARM_DEBUG_ARCH_V8	6 +#define ARM_DEBUG_ARCH_V8_1	7 +#define ARM_DEBUG_ARCH_V8_2	8 +#define ARM_DEBUG_ARCH_V8_4	9  /* Breakpoint */  #define ARM_BREAKPOINT_EXECUTE	0  |