Re: [PATCH v3 0/6] target/riscv: Add support for Control Transfer Records Ext.

2024-12-04 Thread Rajnesh Kanwal
On Tue, Nov 5, 2024 at 3:58 PM Richard Henderson wrote: > > On 11/4/24 21:51, Rajnesh Kanwal wrote: > > target/riscv/cpu.c | 26 ++- > > target/riscv/cpu.h | 13 ++ > > target/riscv/cpu_bits.h| 94 > >

Re: [PATCH v3 0/6] target/riscv: Add support for Control Transfer Records Ext.

2024-11-05 Thread Richard Henderson
On 11/4/24 21:51, Rajnesh Kanwal wrote: target/riscv/cpu.c | 26 ++- target/riscv/cpu.h | 13 ++ target/riscv/cpu_bits.h| 94 target/riscv/cpu_cfg.h | 2 + target/riscv/cpu_

[PATCH v3 0/6] target/riscv: Add support for Control Transfer Records Ext.

2024-11-04 Thread Rajnesh Kanwal
This series enables Control Transfer Records extension support on riscv platform. This extension is similar to Arch LBR in x86 and BRBE in ARM. The Extension has been stable and this series is based on v1.0_rc6 [0] CTR extension depends on both the implementation of S-mode and Sscsrind extension v