OSDN Git Service

target/arm: Implement FEAT_HAFDBS, access flag portion
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 24 Oct 2022 05:18:49 +0000 (15:18 +1000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 27 Oct 2022 09:27:24 +0000 (10:27 +0100)
commit71943a1e9084dde71cabba5895920f3a0c54de9b
treed54d8e30c4704e83858a70bcc79b273d034095ef
parent34a57faeab62b27c01f008ef08654ca225e46673
target/arm: Implement FEAT_HAFDBS, access flag portion

Perform the atomic update for hardware management of the access flag.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20221024051851.3074715-13-richard.henderson@linaro.org
[PMM: Fix accidental PROT_WRITE to PAGE_WRITE; add missing
 main-loop.h include]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/emulation.rst
target/arm/cpu64.c
target/arm/ptw.c