[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC PATCH 2/4] arm/mem_access: Change value of TTBCR_SZ_MASK
Hi Julien, On 05/02/2017 01:56 PM, Julien Grall wrote: > Hi Sergej, > > On 30/04/17 20:48, Sergej Proskurin wrote: >> The TTBCR_SZ holds only 3 bits and thus must be masked with the value >> 0x7 instead of the previously used value 0xf. > > Please quote the spec (paragaph + version) when you do a such change. > > TTBCR_* flags are used for both TCR_EL1 (AArch64) and TTBCR (AArch32). > Looking at the spec (ARM DDI 0487A.k_iss10775) TCR_EL1.{T0SZ,T1SZ) is > encoded on 6 bits and TTBCR_EL1.{T0SZ,T1SZ} is encoded on 3 bits, with > the following 3 bits RES0. > > So the mask here should be 0x3f. > That's fair, thanks. It is already part of my v2 patch. Cheers, ~Sergej _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |