[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
simulation of aarch64 store-exclusive instructions with backoff in QEMU
From: |
Robert Henry |
Subject: |
simulation of aarch64 store-exclusive instructions with backoff in QEMU TCG mode |
Date: |
Tue, 15 Feb 2022 16:10:28 -0800 |
I'm wondering if there is any prior art in changing the implementation of the aarch64 store-exclusive instructions so that they fail with some additional backoff protocol. For example, if the store-exclusive instruction were to succeed, then it will actually fail with a probability of P, and thus forcing the surrounding aarch64 code to (typically) loop back and redo the load-exclusive/store-exclusive sequence.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- simulation of aarch64 store-exclusive instructions with backoff in QEMU TCG mode,
Robert Henry <=