Re: [PATCH] ppc/pnv: Add PowerPC Special Purpose Registers

2024-02-04 Thread dan tan
On Thu, 18 Jan 2024 12:27:12 +1000, Nicholas Piggin wrote: > On Thu Jan 18, 2024 at 8:34 AM AEST, dan tan wrote: >>The handling of the following two registers are added - >>DAWR1 (0x0bd, 189) - Data Address Watchpoint 1 >>DAWRX1 (0x0b5

[PATCH] ppc/pnv: Add PowerPC Special Purpose Registers (SPRs):

2024-01-17 Thread dan tan
Control Register 3 Signed-off-by: dan tan --- target/ppc/cpu.h | 4 target/ppc/cpu_init.c | 17 + 2 files changed, 21 insertions(+) diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index f8101ff..de0af02 100644 --- a/target/ppc/cpu.h +++ b/target/ppc/cpu.h @@ -1933,6

[PATCH] ppc/pnv: Add PowerPC Special Purpose Registers

2024-01-17 Thread dan tan
The handling of the following two registers are added - DAWR1 (0x0bd, 189) - Data Address Watchpoint 1 DAWRX1 (0x0b5, 181) - Data Address Watchpoint Extension 1 Signed-off-by: dan tan --- target/ppc/cpu.c | 51