[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 04/30] target/arm: Add wrapper macros for accessing tbflag
From: |
Peter Maydell |
Subject: |
Re: [PATCH v4 04/30] target/arm: Add wrapper macros for accessing tbflags |
Date: |
Mon, 19 Apr 2021 18:04:42 +0100 |
On Fri, 16 Apr 2021 at 20:04, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> We're about to split tbflags into two parts. These macros
> will ensure that the correct part is used with the correct
> set of bits.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/cpu.h | 22 +++++++++-
> target/arm/helper-a64.c | 2 +-
> target/arm/helper.c | 85 +++++++++++++++++---------------------
> target/arm/translate-a64.c | 36 ++++++++--------
> target/arm/translate.c | 48 ++++++++++-----------
> 5 files changed, 101 insertions(+), 92 deletions(-)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v4 for-6.1 00/39] target/arm: enforce alignment, Richard Henderson, 2021/04/16
- [PATCH v4 01/30] target/arm: Fix decode of align in VLDST_single, Richard Henderson, 2021/04/16
- [PATCH v4 02/30] target/arm: Rename TBFLAG_A32, SCTLR_B, Richard Henderson, 2021/04/16
- [PATCH v4 05/30] target/arm: Introduce CPUARMTBFlags, Richard Henderson, 2021/04/16
- [PATCH v4 03/30] target/arm: Rename TBFLAG_ANY, PSTATE_SS, Richard Henderson, 2021/04/16
- [PATCH v4 04/30] target/arm: Add wrapper macros for accessing tbflags, Richard Henderson, 2021/04/16
- Re: [PATCH v4 04/30] target/arm: Add wrapper macros for accessing tbflags,
Peter Maydell <=
- [PATCH v4 08/30] target/arm: Move TBFLAG_ANY bits to the bottom, Richard Henderson, 2021/04/16
- [PATCH v4 06/30] target/arm: Move mode specific TB flags to tb->cs_base, Richard Henderson, 2021/04/16
- [PATCH v4 07/30] target/arm: Move TBFLAG_AM32 bits to the top, Richard Henderson, 2021/04/16
- [PATCH v4 13/30] target/arm: Adjust gen_aa32_{ld, st}_i64 for align+endianness, Richard Henderson, 2021/04/16
- [PATCH v4 09/30] target/arm: Add ALIGN_MEM to TBFLAG_ANY, Richard Henderson, 2021/04/16