Re: arm64 mrs and system registers
Paul Floyd <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
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.