On Wed, 27 May 2026 at 14:55, Alex Bennée <[email protected]> wrote: > > Torbjörn SVENSSON <[email protected]> writes: > > > The algorithm used for hashing is a simple XOR between the pointer > > and the modifier using the "implementation defined" scheme. > > > > Signed-off-by: Torbjörn SVENSSON <[email protected]>
> > @@ -90,6 +90,8 @@ FIELD(V7M_CONTROL, NPRIV, 0, 1) > > FIELD(V7M_CONTROL, SPSEL, 1, 1) > > FIELD(V7M_CONTROL, FPCA, 2, 1) > > FIELD(V7M_CONTROL, SFPA, 3, 1) > > +FIELD(V7M_CONTROL, PAC_EN, 6, 1) > > +FIELD(V7M_CONTROL, UPAC_EN, 7, 1) > > Hmm my copy of the v7m Arm ARM doesn't include these bits... If you're looking at the v7M Arm ARM that's the wrong one. You want the v8M Arm ARM; most recent rev is DDI0553 B.z. https://developer.arm.com/documentation/ddi0553/latest/ -- PMM
