Re: Non-idempotent PMA and table walk accesses
Greg Favor
For reference here is ARMv8's definition of idempotency (which includes side-effects):
Put very concisely (and stripped down a bit): Reads and writes can be repeated without side-effects, and reads return the last value written. In addition accesses can be misaligned and can be merged. Greg On Mon, May 18, 2020 at 5:35 PM Bill Huffman <huffman@...> wrote:
|
|