|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 16/21] target/riscv: adding high part of some csrs |
Date: | Wed, 20 Oct 2021 14:38:57 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
On 10/19/21 2:48 AM, Frédéric Pétrot wrote:
+ /* Upper 64-bits of 128-bit CSRs */ + uint64_t mtvech; + uint64_t mscratchh; + uint64_t mepch; + uint64_t satph; + uint64_t mstatush;
Needs adding to the same machine.c subsection as the gprs. Otherwise, Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |