On 7/27/25 1:02 AM, Richard Henderson wrote:
In an effort to keep all ARMMMUIdx data in one place, begin construction
of an info table describing all of the properties of the mmu_idx. Begin
with the access EL.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
target/arm/internals.h | 3 +--
target/arm/mmuidx-internal.h | 27 ++++++++++++++++++++++++
target/arm/helper.c | 27 ------------------------
target/arm/mmuidx.c | 41 ++++++++++++++++++++++++++++++++++++
target/arm/meson.build | 7 +++++-
5 files changed, 75 insertions(+), 30 deletions(-)
create mode 100644 target/arm/mmuidx-internal.h
create mode 100644 target/arm/mmuidx.c
What's the benefit to explicitely size arm_mmuidx_table on declaration
and definition?
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>