Re: arm64 mrs and system registers

From: Paul Floyd <pjfloyd_at_wanadoo.fr>
Date: Tue, 09 Apr 2024 05:39:15 UTC

On 08-04-24 21:03, Paul Floyd wrote:
> 
> Hi
> 
> There aren’t any memory issues.
> 
> The problem is that the opcodes aren’t fully covered. There are 3 
> aspects to that
> 1. What the kernel exposes
> 2. What Valgrind implements (usually a subset of point 1 but it should 

shouldn't ^^^

> claim things that the kernel doesn’t support).
> 3. Actually handling the opcode.
> 
> If Linux and FreeBSD expose the same things then I can go ahead with 
> looking at a common solution.