Re: [PATCH v2 1/2] arm/ptw: make get_S1prot accept decoded AP

2024-11-18 Thread Peter Maydell
On Sun, 17 Nov 2024 at 13:50, Pavel Skripkin wrote: > > AP in armv7 short descriptor mode has 3 bits and also domain, which > makes it incompatible with other arm schemas. > > To make it possible to share get_S1prot between armv8, armv7 long > format, armv7 short format and armv6 it's easier to ma

[PATCH v2 1/2] arm/ptw: make get_S1prot accept decoded AP

2024-11-17 Thread Pavel Skripkin
AP in armv7 short descriptor mode has 3 bits and also domain, which makes it incompatible with other arm schemas. To make it possible to share get_S1prot between armv8, armv7 long format, armv7 short format and armv6 it's easier to make caller decode AP. Signed-off-by: Pavel Skripkin --- target