Re: [PATCH v4 1/6] target/riscv: add ssu64xl

2025-01-30 Thread Alistair Francis
On Thu, Jan 16, 2025 at 4:45 AM Daniel Henrique Barboza wrote: > > ssu64xl is defined in RVA22 as: > > "sstatus.UXL must be capable of holding the value 2 (i.e., UXLEN=64 must > be supported)." > > This is always true in TCG and it's mandatory for RVA23, so claim > support for it. > > Signed-off-b

[PATCH v4 1/6] target/riscv: add ssu64xl

2025-01-15 Thread Daniel Henrique Barboza
ssu64xl is defined in RVA22 as: "sstatus.UXL must be capable of holding the value 2 (i.e., UXLEN=64 must be supported)." This is always true in TCG and it's mandatory for RVA23, so claim support for it. Signed-off-by: Daniel Henrique Barboza Reviewed-by: Andrew Jones --- target/riscv/cpu.c