[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 13/15] target/arm: Fix TLBIRange.base for 16k and 64k page
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 13/15] target/arm: Fix TLBIRange.base for 16k and 64k pages |
Date: |
Tue, 15 Feb 2022 22:18:57 +0000 |
On Thu, 10 Feb 2022 at 04:05, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The shift of the BaseADDR field depends on the translation
> granule in use.
>
> Fixes: 84940ed8255 ("target/arm: Add support for FEAT_TLBIRANGE")
> Reported-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/helper.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH v2 10/15] target/arm: Implement FEAT_LPA, (continued)
- [PATCH v2 06/15] target/arm: Use MAKE_64BIT_MASK to compute indexmask, Richard Henderson, 2022/02/09
- [PATCH v2 11/15] target/arm: Extend arm_fi_to_lfsc to level -1, Richard Henderson, 2022/02/09
- [PATCH v2 12/15] target/arm: Introduce tlbi_aa64_get_range, Richard Henderson, 2022/02/09
- [PATCH v2 15/15] target/arm: Implement FEAT_LPA2, Richard Henderson, 2022/02/09
- [PATCH v2 13/15] target/arm: Fix TLBIRange.base for 16k and 64k pages, Richard Henderson, 2022/02/09
- Re: [PATCH v2 13/15] target/arm: Fix TLBIRange.base for 16k and 64k pages,
Peter Maydell <=
- [PATCH v2 14/15] target/arm: Validate tlbi TG matches translation granule in use, Richard Henderson, 2022/02/09
- Re: [PATCH v2 00/15] target/arm: Implement LVA, LPA, LPA2 features, Peter Maydell, 2022/02/16
- Re: [PATCH v2 00/15] target/arm: Implement LVA, LPA, LPA2 features, Peter Maydell, 2022/02/17