On 1/9/23 21:52, Richard Henderson wrote:
On 1/9/23 14:42, Fabiano Rosas wrote:
We want to move sme_helper into the tcg directory, but the cpregs
accessor functions cannot go along, otherwise they would be separate
from the respective ARMCPRegInfo definition which needs to be compiled
with CONFIG_TCG=n as well.
Hmm. I would have hoped these could stay tcg-only, somehow.
I wonder if it warrants being an ARM_CP_SPECIAL_MASK value instead of
svcr_write.
To answer my own question, ARM_CP_SPECIAL_MASK forces NO_RAW, which is not what we want
for migration.
I'll think of something better here though.
r~