diff options
-rw-r--r-- | arch/powerpc/include/asm/reg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h index 1bdba54839b4..d111beb1acdb 100644 --- a/arch/powerpc/include/asm/reg.h +++ b/arch/powerpc/include/asm/reg.h | |||
@@ -200,6 +200,11 @@ | |||
200 | #define CTRL_CT1 0x40000000 /* thread 1 */ | 200 | #define CTRL_CT1 0x40000000 /* thread 1 */ |
201 | #define CTRL_TE 0x00c00000 /* thread enable */ | 201 | #define CTRL_TE 0x00c00000 /* thread enable */ |
202 | #define CTRL_RUNLATCH 0x1 | 202 | #define CTRL_RUNLATCH 0x1 |
203 | #define SPRN_DAWR 0xB4 | ||
204 | #define SPRN_DAWRX 0xBC | ||
205 | #define DAWRX_USER (1UL << 0) | ||
206 | #define DAWRX_KERNEL (1UL << 1) | ||
207 | #define DAWRX_HYP (1UL << 2) | ||
203 | #define SPRN_DABR 0x3F5 /* Data Address Breakpoint Register */ | 208 | #define SPRN_DABR 0x3F5 /* Data Address Breakpoint Register */ |
204 | #define DABR_TRANSLATION (1UL << 2) | 209 | #define DABR_TRANSLATION (1UL << 2) |
205 | #define DABR_DATA_WRITE (1UL << 1) | 210 | #define DABR_DATA_WRITE (1UL << 1) |