On 8/2/25 4:29 PM, 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 <[email protected]>
---
  target/arm/internals.h       |  3 +--
  target/arm/mmuidx-internal.h | 29 +++++++++++++++++++++++++
  target/arm/helper.c          | 27 ------------------------
  target/arm/mmuidx.c          | 41 ++++++++++++++++++++++++++++++++++++
  target/arm/meson.build       |  7 +++++-
  5 files changed, 77 insertions(+), 30 deletions(-)
  create mode 100644 target/arm/mmuidx-internal.h
  create mode 100644 target/arm/mmuidx.c

Reviewed-by: Pierrick Bouvier <[email protected]>


Reply via email to