[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] ppc: Implement ISA 3.00 tlbie[l]
From: |
Leandro Lupori |
Subject: |
[PATCH v2 0/2] ppc: Implement ISA 3.00 tlbie[l] |
Date: |
Mon, 20 Jun 2022 18:05:38 -0300 |
Changes from v1:
- squashed first 2 commits into 1, because adding PPC_MEM_TLBIE to
P9/P10's insns_flags and moving only tlbie (and not tlbiel) to
decode tree breaks PowerPC64 instruction decoder initialization.
Leandro Lupori (2):
target/ppc: Move tlbie[l] to decode tree
target/ppc: Implement ISA 3.00 tlbie[l]
target/ppc/cpu_init.c | 4 +-
target/ppc/helper.h | 18 +++
target/ppc/insn32.decode | 8 +
target/ppc/mmu_helper.c | 154 +++++++++++++++++++
target/ppc/translate.c | 64 +-------
target/ppc/translate/storage-ctrl-impl.c.inc | 102 ++++++++++++
6 files changed, 286 insertions(+), 64 deletions(-)
create mode 100644 target/ppc/translate/storage-ctrl-impl.c.inc
--
2.25.1
- [PATCH v2 0/2] ppc: Implement ISA 3.00 tlbie[l],
Leandro Lupori <=