diff options
author | 2023-09-12 15:04:30 +0100 | |
---|---|---|
committer | 2023-09-21 16:07:14 +0100 | |
commit | 179e9a3baccc3918846c9fc3de2fd534a9a2f901 (patch) | |
tree | eee711a687ac4e0d0a92eb5bf574c125e03a3759 /scripts/qapi/source.py | |
parent | target/arm: Implement the SET* instructions (diff) | |
download | qemu-179e9a3baccc3918846c9fc3de2fd534a9a2f901.tar.xz qemu-179e9a3baccc3918846c9fc3de2fd534a9a2f901.zip |
target/arm: Define new TB flag for ATA0
Currently the only tag-setting instructions always do so in the
context of the current EL, and so we only need one ATA bit in the TB
flags. The FEAT_MOPS SETG instructions include ones which set tags
for a non-privileged access, so we now also need the equivalent "are
tags enabled?" information for EL0.
Add the new TB flag, and convert the existing 'bool ata' field in
DisasContext to a 'bool ata[2]' that can be indexed by the is_unpriv
bit in an instruction, similarly to mte[2].
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230912140434.1333369-9-peter.maydell@linaro.org
Diffstat (limited to 'scripts/qapi/source.py')
0 files changed, 0 insertions, 0 deletions