Re: [Xen-devel] [PATCH v5 07/12] arm/mem_access: Introduce BIT_ULL bit operation

2017-07-04 Thread Julien Grall
Hi Sergej, On 06/27/2017 12:52 PM, Sergej Proskurin wrote: We introduce the BIT_ULL macro to using values of unsigned long long as to enable setting bits of 64-bit registers on AArch32. In addition, this commit adds a define holding the register width of 64 bit double-word registers. This defin

[Xen-devel] [PATCH v5 07/12] arm/mem_access: Introduce BIT_ULL bit operation

2017-06-27 Thread Sergej Proskurin
We introduce the BIT_ULL macro to using values of unsigned long long as to enable setting bits of 64-bit registers on AArch32. In addition, this commit adds a define holding the register width of 64 bit double-word registers. This define simplifies using the associated constants in the following c