On 7/27/25 1:01 AM, Richard Henderson wrote:
Separate the access_type from the protection check. Save the trouble of modifying all helper functions by passing the new data in the control structure.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/arm/ptw.c | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>