[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/7] target/riscv: Remove obsolete pointer masking extensi
From: |
Alistair Francis |
Subject: |
Re: [PATCH v2 1/7] target/riscv: Remove obsolete pointer masking extension code. |
Date: |
Mon, 25 Nov 2024 14:01:24 +1000 |
On Thu, Nov 21, 2024 at 4:13 PM <baturo.alexey@gmail.com> wrote:
>
> From: Alexey Baturo <baturo.alexey@gmail.com>
>
> Zjpm extension is finally ratified. And it's much simplier compared to the
> experimental one.
> The newer version doesn't allow to specify custom mask or base for pointer
> masking.
> Instead it allows only certain options for masking top bits.
>
> Signed-off-by: Alexey Baturo <baturo.alexey@gmail.com>
Wasn't this and part of this series previously reviewed?
Alistair
- [PATCH v2 0/7] Pointer Masking update for Zjpm v1.0, baturo . alexey, 2024/11/21
- [PATCH v2 2/7] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v1.0, baturo . alexey, 2024/11/21
- [PATCH v2 1/7] target/riscv: Remove obsolete pointer masking extension code., baturo . alexey, 2024/11/21
- Re: [PATCH v2 1/7] target/riscv: Remove obsolete pointer masking extension code.,
Alistair Francis <=
- [PATCH v2 3/7] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking, baturo . alexey, 2024/11/21
- [PATCH v2 4/7] target/riscv: Add pointer masking tb flags, baturo . alexey, 2024/11/21
- [PATCH v2 5/7] target/riscv: Update address modify functions to take into account pointer masking, baturo . alexey, 2024/11/21
- [PATCH v2 7/7] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension, baturo . alexey, 2024/11/21
- [PATCH v2 6/7] target/riscv: Apply pointer masking for virtualized memory accesses, baturo . alexey, 2024/11/21
- Re: [PATCH v2 0/7] Pointer Masking update for Zjpm v1.0, Daniel Henrique Barboza, 2024/11/25