[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent T
From: |
Peter Maydell |
Subject: |
Re: [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing |
Date: |
Mon, 14 Dec 2020 18:48:08 +0000 |
On Mon, 14 Dec 2020 at 18:11, Rebecca Cran <rebecca@nuviainc.com> wrote:
>
> On 12/11/20 2:37 PM, Peter Maydell wrote:
> > On Fri, 11 Dec 2020 at 19:51, Richard Henderson
> > <richard.henderson@linaro.org> wrote:
> >> I'll let Peter weigh in, but I think it makes sense to move the SS bit
> >> somewhere else (e.g. env->pstate) and merge it into SPSR_ELx upon
> >> interrupt.
> >> While what we're doing here is convenient, it's not architectural, and it
> >> would
> >> be better to follow GetPSRFromPSTATE pseudocode.
> >
> > Yes, I think that's the best thing to do. We've been skating
> > by on CPSR and SPSR being the same thing and it's just
> > stopped working.
>
> Would you like me to work on this, or is it something the arm
> maintainers would fix?
You're the person that wants to add the change that
requires this refactoring, so if you could, I think the
best thing would be for you to do this bit of work
and send it as part of this patchseries.
thanks
-- PMM
- [PATCH 0/2] target/arm: Add support for DIT (Data Independent Timing), Rebecca Cran, 2020/12/11
- [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing, Rebecca Cran, 2020/12/11
- Re: [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing, Richard Henderson, 2020/12/11
- Re: [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing, Rebecca Cran, 2020/12/11
- Re: [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing, Richard Henderson, 2020/12/11
- Re: [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing, Peter Maydell, 2020/12/11
- Re: [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing, Rebecca Cran, 2020/12/14
- Re: [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing,
Peter Maydell <=
- [PATCH 2/2] target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU, Rebecca Cran, 2020/12/11