diff options
author | Tobias Röhmel <tobias.roehmel@rwth-aachen.de> | 2022-12-06 11:25:00 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-01-05 11:51:09 +0000 |
commit | faa1451e7b6443d0bc23099886626a4b6f91301f (patch) | |
tree | 25b9ce2d8dea155371c816587dc60e2b75fe9807 /hw/avr/arduino.c | |
parent | 910e4f24975f53645d308aa6c895f4599dd47c43 (diff) | |
download | qemu-faa1451e7b6443d0bc23099886626a4b6f91301f.zip qemu-faa1451e7b6443d0bc23099886626a4b6f91301f.tar.gz qemu-faa1451e7b6443d0bc23099886626a4b6f91301f.tar.bz2 |
target/arm: Make stage_2_format for cache attributes optional
The v8R PMSAv8 has a two-stage MPU translation process, but, unlike
VMSAv8, the stage 2 attributes are in the same format as the stage 1
attributes (8-bit MAIR format). Rather than converting the MAIR
format to the format used for VMSA stage 2 (bits [5:2] of a VMSA
stage 2 descriptor) and then converting back to do the attribute
combination, allow combined_attrs_nofwb() to accept s2 attributes
that are already in the MAIR format.
We move the assert() to combined_attrs_fwb(), because that function
really does require a VMSA stage 2 attribute format. (We will never
get there for v8R, because PMSAv8 does not implement FEAT_S2FWB.)
Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20221206102504.165775-4-tobias.roehmel@rwth-aachen.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/avr/arduino.c')
0 files changed, 0 insertions, 0 deletions